Skip to content

Commit a18af7b

Browse files
committed
🔧 chore: update npm script
1 parent 0f91fbf commit a18af7b

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"node": ">= 14.15.0"
1616
},
1717
"scripts": {
18-
":publish": "yarn test:coverage && lerna publish",
18+
":publish": "yarn test:coverage && node --experimental-vm-modules node_modules/.bin/lerna publish",
1919
":upgrade": "yarn upgrade-interactive && run-s clean format build test",
2020
"build": "lerna run build --concurrency 1",
2121
"clean": "lerna clean --yes && yarn install",

Diff for: packages/constant/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@
3333
],
3434
"scripts": {
3535
"build": "rimraf lib/ && cross-env NODE_ENV=production rollup -c ../../rollup.config.mjs",
36-
"prepublishOnly": "cross-env ROLLUP_SHOULD_SOURCEMAP=false yarn build",
37-
"test": "echo 'No test needed.'"
36+
"prepublishOnly": "cross-env ROLLUP_SHOULD_SOURCEMAP=false yarn build"
3837
},
3938
"devDependencies": {
4039
"cross-env": "^7.0.3",

Diff for: packages/types/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@
3333
],
3434
"scripts": {
3535
"build": "rimraf lib/ && cross-env NODE_ENV=production rollup -c ../../rollup.config.mjs",
36-
"prepublishOnly": "cross-env ROLLUP_SHOULD_SOURCEMAP=false yarn build",
37-
"test": "echo 'No test needed.'"
36+
"prepublishOnly": "cross-env ROLLUP_SHOULD_SOURCEMAP=false yarn build"
3837
},
3938
"devDependencies": {
4039
"cross-env": "^7.0.3",

0 commit comments

Comments
 (0)