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 2fbdedc commit 414d325Copy full SHA for 414d325
package.json
@@ -95,7 +95,8 @@
95
"build": "yarn run clean && yarn run compile",
96
"start": "yarn run compile && yarn run lint && yarn run cover-test",
97
"test-coverage": "c8 yarn run test",
98
- "send-codacy": "c8 report --reporter=text-lcov | codacy-coverage"
+ "send-codacy": "c8 report --reporter=text-lcov | codacy-coverage",
99
+ "prepublishOnly": "yarn run build"
100
},
101
"nyc": {
102
"exclude": [
0 commit comments