|
12 | 12 | ], |
13 | 13 | "scripts": { |
14 | 14 | "build": "yarn build-bundles && cross-env NODE_ENV=production PARCEL_BUILD_ENV=production gulp", |
15 | | - "build-bundles": "rimraf --glob packages/*/*/lib && cross-env NODE_ENV=production PARCEL_BUILD_ENV=production PARCEL_SELF_BUILD=true parcel build --no-cache packages/core/{fs,codeframe,package-manager,utils} packages/reporters/{cli,dev-server} packages/utils/{parcel-lsp,parcel-lsp-protocol,parcel-watcher-watchman-js,error-overlay}", |
| 15 | + "build-bundles": "rimraf --glob 'packages/*/*/lib' && cross-env NODE_ENV=production PARCEL_BUILD_ENV=production PARCEL_SELF_BUILD=true ./node_modules/.bin/parcel build --no-cache 'packages/core/{fs,codeframe,package-manager,utils}' 'packages/reporters/{cli,dev-server}' 'packages/utils/{parcel-lsp,parcel-lsp-protocol,parcel-watcher-watchman-js,error-overlay}'", |
16 | 16 | "build-ts": "lerna run build-ts && lerna run check-ts", |
17 | 17 | "build-native": "node scripts/build-native.js", |
18 | 18 | "build-native-release": "node scripts/build-native.js --release", |
|
31 | 31 | "test:integration": "yarn workspace @parcel/integration-tests test", |
32 | 32 | "test:integration-ci": "yarn workspace @parcel/integration-tests test-ci", |
33 | 33 | "test": "yarn test:unit && yarn test:integration", |
34 | | - "dev:release": "SKIP_PLUGIN_COMPATIBILITY_CHECK=true lerna publish -y --canary --preid dev --dist-tag=dev --exact --force-publish=* --no-git-tag-version --no-push", |
35 | | - "canary:release": "SKIP_PLUGIN_COMPATIBILITY_CHECK=true lerna publish -y --canary --preid canary --dist-tag=canary --exact --force-publish=* --no-git-tag-version --no-push", |
36 | | - "tag:prerelease": "lerna version --exact --force-publish=* --no-git-tag-version --no-push && yarn adjust-versions --exact", |
37 | | - "tag:release": "lerna version --exact --force-publish=* --no-git-tag-version --no-push && yarn adjust-versions", |
| 34 | + "dev:release": "SKIP_PLUGIN_COMPATIBILITY_CHECK=true lerna publish -y --canary --preid dev --dist-tag=dev --exact --force-publish='*' --no-git-tag-version --no-push", |
| 35 | + "canary:release": "SKIP_PLUGIN_COMPATIBILITY_CHECK=true lerna publish -y --canary --preid canary --dist-tag=canary --exact --force-publish='*' --no-git-tag-version --no-push", |
| 36 | + "tag:prerelease": "lerna version --exact --force-publish='*' --no-git-tag-version --no-push && yarn adjust-versions --exact", |
| 37 | + "tag:release": "lerna version --exact --force-publish='*' --no-git-tag-version --no-push && yarn adjust-versions", |
38 | 38 | "adjust-versions": "node scripts/update-config-dependencies.js && node scripts/update-engines-peerdeps.js", |
39 | 39 | "release": "lerna publish -y from-package --pre-dist-tag=next --no-git-tag-version --no-push", |
40 | 40 | "prepare": "husky install", |
|
0 commit comments