Skip to content

Commit c5a6094

Browse files
committed
build: add husky again
1 parent ab64773 commit c5a6094

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"@babel/core": "^7.2.2",
3030
"@babel/plugin-transform-runtime": "^7.2.0",
3131
"@babel/preset-env": "^7.2.3",
32+
"@babel/runtime": "^7.2.0",
3233
"acorn": "^6.0.4",
3334
"babel-loader": "^8.0.4",
3435
"basiljs": "github:basiljs/basil.js#develop",
@@ -42,13 +43,12 @@
4243
"husky": "^1.3.1",
4344
"jquery": "^3.3.1",
4445
"lodash": "^4.17.11",
46+
"lunr": "^2.3.5",
4547
"normalize.css": "^7.0.0",
4648
"p5": "^0.7.2",
4749
"path-exists": "^3.0.0",
4850
"webpack": "^4.28.1",
4951
"webpack-cli": "^3.1.2",
50-
"@babel/runtime": "^7.2.0",
51-
"lunr": "^2.3.5",
5252
"yamljs": "^0.2.10"
5353
},
5454
"dependencies": {},
@@ -59,7 +59,7 @@
5959
},
6060
"husky": {
6161
"hooks": {
62-
"pre-push": "#export NOW=$(date) && npm run webpack:prod && git add ./assets/js && git commit -m \"🐶 [husky] pre push hook building the production js ${NOW}\""
62+
"pre-push": "export NOW=$(date) && npm run webpack:prod && git add ./assets/js && git commit -m \"🐶 [husky] pre push hook building the production js ${NOW}\""
6363
}
6464
}
6565
}

0 commit comments

Comments
 (0)