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 159dd90 commit 3655dccCopy full SHA for 3655dcc
package.json
@@ -61,7 +61,6 @@
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
- "test-ts-decls": "./scripts/ts-tests.sh",
65
"posttest-ts-decls": "npm unlink && npm install",
66
"test": "cross-env NODE_ENV=test tape -r ./ts-node.register src/__tests__/node.spec.js | tap-min",
67
"publish:rc": "npm run check && npm run build && npm publish --tag canary",
scripts/ts-tests.sh
0 commit comments