Skip to content

Commit

Permalink
Fix npm publish
Browse files Browse the repository at this point in the history
`prepublish` is deprecated and does not run during `npm publish`. That's why the `dist` folder is missing in `v1.2.0`.
  • Loading branch information
DmitrySharabin committed Dec 2, 2024
1 parent 91b576a commit 74dc89d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"start": "http-server -o index.html -c-1",
"test": "http-server -o test.html -c-1",
"build": "npx rollup -c",
"prepublish": "npm run build",
"prepare": "npm run build",
"release": "release-it"
},
"repository": {
Expand Down

0 comments on commit 74dc89d

Please sign in to comment.