Skip to content

Commit

Permalink
fix: test semantic release for v3
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Jun 18, 2022
1 parent ef7aac7 commit 3c5b9fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
"v2-incompatible.js"
],
"scripts": {
"build": "sanipack build",
"build": "true",
"prepare": "husky install",
"prepublishOnly": "npm run test && sanipack build && sanipack verify",
"prepublishOnly": "npm run test && true",
"test": "eslint .",
"watch": "sanipack build --watch"
"watch": "true"
},
"prettier": {
"arrowParens": "always",
Expand Down

0 comments on commit 3c5b9fe

Please sign in to comment.