Skip to content

Commit 7ea50e8

Browse files
committed
tests happen in np release
1 parent 9e3a7a2 commit 7ea50e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"scripts": {
1919
"clean": "rimraf -rf dist",
2020
"build": "npm run clean && tsc",
21-
"release": "npm run build && npm run test && np --no-2fa",
21+
"release": "npm run build && np --no-2fa",
2222
"test": "jest",
2323
"test.watch": "jest --watchAll",
2424
"test.output": "node bin/docgen --project src/test/fixtures/tsconfig.json --api HapticsPlugin --output-readme src/test/fixtures/README.md --output-json src/test/fixtures/docs.json"

0 commit comments

Comments
 (0)