Skip to content

Commit 7de339f

Browse files
committed
fix: temporarily disable tests on publish
1 parent 6a4fcf1 commit 7de339f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"doc": "typedoc",
2424
"lint": "eslint '*/**/*.{js,ts,tsx}' --quiet",
2525
"lint:fix": "eslint '*/**/*.{js,ts,tsx}' --quiet --fix",
26-
"prepack": "npm run test && npm run build",
26+
"prepack": "npm run build",
2727
"test": "npm run test:gen && npm run test:jest && npm run test:auto",
2828
"test:jest": "jest --testTimeout=1200000 --verbose --coverage",
2929
"test:auto": "ts-node testsAuto/entryPoint.ts ",
@@ -96,4 +96,4 @@
9696
"tweetnacl": "^1.0.3",
9797
"uuid": "^8.3.2"
9898
}
99-
}
99+
}

0 commit comments

Comments
 (0)