Skip to content

Commit

Permalink
temporary remove "prepublish" script to see if it helps pipeline fail…
Browse files Browse the repository at this point in the history
…ing tests
  • Loading branch information
mikekotikov committed Aug 2, 2024
1 parent a816a6e commit cbe44fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"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 cbe44fa

Please sign in to comment.