Skip to content

Commit f37f9ca

Browse files
committed
fix: build
1 parent 8215c59 commit f37f9ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"tsc": "tsc --project tsconfig.json",
1313
"tsc:compile": "rimraf ./lib && tsc --project tsconfig.compile.json",
1414
"doc:serve": "concurrently \"tsc --project tsconfig.compile.json -w\" \"docsify serve ./docs\" \"cd docs/_build && nodemon --delay 2.5 -e ts --watch ../../lib build-api.js\"",
15-
"doc:build": "cd docs/_build && node build-api.js && cd ../.."
15+
"doc:build": "cd docs/_build && node build-api.js && cd ../..",
16+
"prepublish": "npm run tsc:compile"
1617
},
1718
"repository": {
1819
"type": "git",

0 commit comments

Comments
 (0)