We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a0d921 commit 40205eeCopy full SHA for 40205ee
package.json
@@ -31,6 +31,7 @@
31
"test": "mocha test/test.js",
32
"compile-src": "tsc -p src",
33
"compile": "npm run compile-src",
34
+ "build": "npm run compile",
35
"lint": "tslint 'src/**/*.ts'",
36
"fix-lint": "tslint --fix 'src/**/*.ts'"
37
},
0 commit comments