We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c33a1e commit a58bdd7Copy full SHA for a58bdd7
1 file changed
package.json
@@ -6,6 +6,7 @@
6
"types": "./dist/types/index.d.ts",
7
"module": "./dist/esm/index",
8
"scripts": {
9
+ "prepare": "grunt build",
10
"test": "TS_NODE_PROJECT='tests/tsconfig.json' TS_NODE_FILES=true nyc mocha --opts ./.mocha.opts"
11
},
12
"author": "Jeremy Thomerson",
0 commit comments