Skip to content

Commit

Permalink
fix: avoid duplicated build stage on release
Browse files Browse the repository at this point in the history
  • Loading branch information
annarieger committed Sep 7, 2021
1 parent 9d1707b commit 14b6395
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 @@ -57,7 +57,6 @@
"test:jest": "jest --maxWorkers=4 --coverage",
"test:watch": "jest --watchAll",
"coveralls": "cat coverage/lcov.info | coveralls",
"prepublishOnly": "npm run build",
"typecheck": "tsc --noEmit --project tsconfig.json",
"lint:src": "eslint -c .eslintrc.js --ext ts,tsx src/",
"lint:styleguide": "eslint -c .eslintrc.styleguide.js --no-eslintrc --ext md src/",
Expand Down

0 comments on commit 14b6395

Please sign in to comment.