We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1976fe1 commit ad666d6Copy full SHA for ad666d6
package.json
@@ -27,7 +27,7 @@
27
"compile": "tsc --outDir dist",
28
"compile:watch": "tsc --outDir dist --watch",
29
"format": "npm run compile && node dist/bin.js --write src test",
30
- "prepublishOnly": "npm run compile && npm run test",
+ "prepublishOnly": "npm run compile",
31
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest --rootDir test/__tests__ --testTimeout 60000",
32
"typecheck": "tsc --noEmit"
33
},
0 commit comments