We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e3a7a2 commit 7ea50e8Copy full SHA for 7ea50e8
package.json
@@ -18,7 +18,7 @@
18
"scripts": {
19
"clean": "rimraf -rf dist",
20
"build": "npm run clean && tsc",
21
- "release": "npm run build && npm run test && np --no-2fa",
+ "release": "npm run build && np --no-2fa",
22
"test": "jest",
23
"test.watch": "jest --watchAll",
24
"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