We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8bd7bc commit 41ad42fCopy full SHA for 41ad42f
package.json
@@ -7,7 +7,7 @@
7
"test": "echo \"Error: no test specified\" && exit 1",
8
"lint": "grunt tslint",
9
"watch": "npm run start & grunt default",
10
- "build": "grunt releaseBuild",
+ "build": "npm run lint & grunt releaseBuild",
11
"start": "live-server --watch=build/stage/,src/index.html --ignore=build/stage/temp/ --open=src/index.html",
12
"clearJS": "find ./src/ts -iname \"*.js\" -delete && find ./src/ts -iname \"*.map\" -delete",
13
"ghPages": "grunt ghPages",
0 commit comments