Skip to content

Commit

Permalink
Remove npm preversion script
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Steam committed May 29, 2020
1 parent 8195762 commit 0fe5b70
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@
"postpublish": "rm -rf node_modules package-lock.json && pnpm i",
"start": "run-p build:watch",
"pretest": "npm run build",
"test": "jest",
"preversion": "npm run test"
"test": "jest"
},
"dependencies": {
"@types/chrome": "^0.0.114"
Expand Down

0 comments on commit 0fe5b70

Please sign in to comment.