Skip to content

Commit

Permalink
Revert "temporary remove "prepublish" script to see if it helps pipel…
Browse files Browse the repository at this point in the history
…ine failing tests"

This reverts commit cbe44fa.
  • Loading branch information
mikekotikov committed Aug 2, 2024
1 parent cbe44fa commit 30619a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"build:prod": "npx webpack --config config/webpack.prod.js",
"clean": "rm -rf lib && rm -rf dist && rm -rf docs",
"build": "npm run clean && gulp templates && npm run docs && npm run lib && npm run build:dev && npm run build:prod",
"prepublish": "npm run build && npm run test",
"show-coverage": "open coverage/lcov-report/index.html"
},
"repository": {
Expand Down

0 comments on commit 30619a9

Please sign in to comment.