Skip to content

Commit 9224dec

Browse files
committed
fix addDocument
1 parent dae3f4c commit 9224dec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"cover": "nyc --check-coverage --lines 30 npm run test:only ",
6767
"lint:check": "eslint .",
6868
"lint": "eslint --fix .",
69-
"build": "webpack --mode production",
69+
"build": "webpack --mode production && tsc",
7070
"coveralls-after": "nyc --reporter=lcov mocha --require @babel/register --require @babel/preset-env",
7171
"npm:publish": "npm publish --access public",
7272
"test-single": "mocha $1",

0 commit comments

Comments
 (0)