Skip to content

Commit

Permalink
allow package to be installed via git
Browse files Browse the repository at this point in the history
  • Loading branch information
Interpause committed Apr 14, 2022
1 parent 2d6d079 commit 90069cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -16,7 +16,7 @@
"dev": "vite demo",
"dev:build": "vite build demo",
"build": "rimraf dist && tsc && tsc -p tsconfig.cjs.json && node tools/postbuild.mjs",
"prepublishOnly": "npm run build"
"prepare": "npm run build"
},
"keywords": [
"preact",
Expand Down

0 comments on commit 90069cf

Please sign in to comment.