Skip to content

Commit f3e1f3f

Browse files
committed
build:docs
1 parent 39cc5a5 commit f3e1f3f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,8 @@
1414
"build:web": "node webpack.build.js",
1515
"tst": "node ./test/local.js",
1616
"test": "mocha ./test/index.js",
17-
"docs": "node webpack.docs-serve.js",
18-
"build:docs": "node webpack.docs-build.js",
19-
"-docs": "npm run build:web && node webpack.docs-serve.js",
20-
"-build:docs": "npm run build:web && node webpack.docs-build.js"
17+
"docs": "npm run build:web && node webpack.docs-serve.js",
18+
"build:docs": "npm run build:web && node webpack.docs-build.js"
2119
},
2220
"repository": {
2321
"type": "git",

0 commit comments

Comments
 (0)