File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 2525 - name : npm ci
2626 run : npm ci
2727
28- - name : npm check
29- run : npm run check
30-
3128 - name : npm test
3229 run : npm run test
Original file line number Diff line number Diff line change 5858 "build-cjs" : " rimraf lib && tsc -outDir lib -m CommonJS" ,
5959 "postbuild-cjs" : " cross-env NODE_ENV=cjs node scripts/copy.packages.json.js && ./scripts/build_cjs_replace_imports.sh" ,
6060 "build" : " rimraf lib es && npm run build-cjs && npm run build-esm" ,
61- "check" : " npm run check:version" ,
62- "check:version" : " cross-env NODE_ENV=test tape -r ./ts-node.register src/settings/__tests__/defaults.spec.js" ,
6361 "test" : " cross-env NODE_ENV=test jest" ,
64- "publish:rc" : " npm run check && npm run build && npm publish --tag canary" ,
65- "publish:stable" : " npm run check && npm run build && npm publish"
62+ "publish:rc" : " npm run test && npm run build && npm publish --tag canary" ,
63+ "publish:stable" : " npm run test && npm run build && npm publish"
6664 }
6765}
You can’t perform that action at this time.
0 commit comments