Skip to content

Commit 2414bba

Browse files
Remove ts-tests temporally
1 parent 3655dcc commit 2414bba

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@
6060
"build": "rimraf lib es && npm run build-cjs && npm run build-esm",
6161
"check": "npm run check:version",
6262
"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",
6563
"test": "cross-env NODE_ENV=test tape -r ./ts-node.register src/__tests__/node.spec.js | tap-min",
6664
"publish:rc": "npm run check && npm run build && npm publish --tag canary",
6765
"publish:stable": "npm run check && npm run build && npm publish"

0 commit comments

Comments
 (0)