Skip to content

Commit 414d325

Browse files
committed
Ensure module is build when published
1 parent 2fbdedc commit 414d325

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@
9595
"build": "yarn run clean && yarn run compile",
9696
"start": "yarn run compile && yarn run lint && yarn run cover-test",
9797
"test-coverage": "c8 yarn run test",
98-
"send-codacy": "c8 report --reporter=text-lcov | codacy-coverage"
98+
"send-codacy": "c8 report --reporter=text-lcov | codacy-coverage",
99+
"prepublishOnly": "yarn run build"
99100
},
100101
"nyc": {
101102
"exclude": [

0 commit comments

Comments
 (0)