Skip to content

Commit

Permalink
Do not use a npm prepare script #48
Browse files Browse the repository at this point in the history
  • Loading branch information
ryaa committed Nov 15, 2023
1 parent eeeff41 commit 7ee3c70
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 @@ -40,8 +40,7 @@
"build": "npm run clean && npm run docgen && tsc && rollup --bundleConfigAsCjs -c rollup.config.js",
"clean": "rimraf ./dist",
"watch": "tsc --watch",
"prepublishOnly": "npm run build",
"prepare": "npm run build"
"prepublishOnly": "npm run build"
},
"devDependencies": {
"@capacitor/android": "^5.0.0",
Expand Down

0 comments on commit 7ee3c70

Please sign in to comment.