File tree 3 files changed +3
-5
lines changed
3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 15
15
"node" : " >= 14.15.0"
16
16
},
17
17
"scripts" : {
18
- ":publish" : " yarn test:coverage && lerna publish" ,
18
+ ":publish" : " yarn test:coverage && node --experimental-vm-modules node_modules/.bin/ lerna publish" ,
19
19
":upgrade" : " yarn upgrade-interactive && run-s clean format build test" ,
20
20
"build" : " lerna run build --concurrency 1" ,
21
21
"clean" : " lerna clean --yes && yarn install" ,
Original file line number Diff line number Diff line change 33
33
],
34
34
"scripts" : {
35
35
"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"
38
37
},
39
38
"devDependencies" : {
40
39
"cross-env" : " ^7.0.3" ,
Original file line number Diff line number Diff line change 33
33
],
34
34
"scripts" : {
35
35
"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"
38
37
},
39
38
"devDependencies" : {
40
39
"cross-env" : " ^7.0.3" ,
You can’t perform that action at this time.
0 commit comments