14 lines
638 B
JSON
14 lines
638 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"preinstall": "npx only-allow pnpm",
|
|
"start": "pnpm --filter @mcflyjs/landing-page start",
|
|
"site": "pnpm --filter @mcflyjs/landing-page start",
|
|
"build": "pnpm --filter @mcflyjs/landing-page build",
|
|
"build:preview": "pnpm --filter @mcflyjs/landing-page build:preview",
|
|
"template:basic": "pnpm --filter @templates/basic dev",
|
|
"create": "node ./packages/create-mcfly",
|
|
"cli": "node ./packages/cli",
|
|
"patch:all": "npm version patch -w @mcflyjs/cli && npm version patch -w @mcflyjs/core && npm version patch -w @mcflyjs/config && npm version patch -w create-mcfly"
|
|
}
|
|
}
|