We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e22416 commit c791470Copy full SHA for c791470
package.json
@@ -8,6 +8,7 @@
8
"check": "npm run build && npm run lint -s && npm run test -s",
9
"build": "tsc",
10
"lint": "tslint -c tslint.json 'src/**/*.ts'",
11
+ "prepare": "npm run build",
12
"prepublishOnly": "npm run -s check",
13
"test": "npm run build && parcel build test/index.js --out-dir test/dist && node test/dist/index.js | tspec"
14
},
0 commit comments