We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b95e1ff commit 8cb9342Copy full SHA for 8cb9342
1 file changed
package.json
@@ -40,12 +40,13 @@
40
},
41
"scripts": {
42
"pretest": "jake tests",
43
- "test": "jake runtests",
+ "test": "jake runtests && npm run lint",
44
"build": "npm run build:compiler && npm run build:tests",
45
"build:compiler": "jake local",
46
"build:tests": "jake tests",
47
"clean": "jake clean",
48
"jake": "jake",
49
+ "lint": "jake lint",
50
"setup-hooks": "node scripts/link-hooks.js"
51
52
"browser": {
0 commit comments