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 dc4f64b commit 7d64a55Copy full SHA for 7d64a55
package.json
@@ -15,7 +15,7 @@
15
"postinstall": "node gulpfile.js",
16
"lint": "eslint ./ --cache --ignore-pattern .gitignore",
17
"precommit-msg": "echo 'Pre-commit checks...' && exit 0",
18
- "dev": "./node_modules/.bin/nodemon --ext js,scss --ignore public/ src/start.js"
+ "dev": "./node_modules/.bin/nodemon --ext js,scss,hbs --ignore public/ src/start.js"
19
},
20
"pre-commit": [
21
"precommit-msg",
0 commit comments