Skip to content

Commit

Permalink
restore simple prepublish hook
Browse files Browse the repository at this point in the history
  • Loading branch information
az0uz committed Dec 30, 2023
1 parent 3985847 commit 8d8ee02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@
"test:watch": "jest --coverage --watch",
"test:prod": "npm run lint && npm run test -- --no-cache && npm run test:browser --no-cache",
"generate-typedocs": "typedoc --out docs/typedocs --theme minimal --readme none src",
"report-coverage": "cat ./coverage/lcov.info | coveralls"
"report-coverage": "cat ./coverage/lcov.info | coveralls",
"prepublishOnly": "npm run build"
},
"devDependencies": {
"@babel/preset-env": "^7.15.6",
Expand Down

0 comments on commit 8d8ee02

Please sign in to comment.