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 c4c14a8 commit 304fd07Copy full SHA for 304fd07
package.json
@@ -7,13 +7,17 @@
7
"doc": "docs"
8
},
9
"scripts": {
10
- "prepush": "npm update",
11
"build": "loppo --site \"JavaScript 教程\" --id javascript --theme wangdoc",
12
"build-and-commit": "npm run build && npm run commit",
13
"commit": "gh-pages --dist dist --dest dist/javascript --branch master --add --repo git@github.com:wangdoc/website.git",
14
"chapter": "loppo chapter",
15
"test": "echo \"Error: no test specified\" && exit 1"
16
+ "husky": {
17
+ "hooks": {
18
+ "pre-push": "npm update"
19
+ }
20
+ },
21
"repository": {
22
"type": "git",
23
"url": "git+https://github.com/wangdoc/javascript-tutorial.git"
0 commit comments