We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3655dcc commit 2414bbaCopy full SHA for 2414bba
package.json
@@ -60,8 +60,6 @@
60
"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",
63
- "pretest-ts-decls": "npm run build-esm && npm run build-cjs && npm link",
64
- "posttest-ts-decls": "npm unlink && npm install",
65
"test": "cross-env NODE_ENV=test tape -r ./ts-node.register src/__tests__/node.spec.js | tap-min",
66
"publish:rc": "npm run check && npm run build && npm publish --tag canary",
67
"publish:stable": "npm run check && npm run build && npm publish"
0 commit comments