Skip to content

Commit

Permalink
fix publish task
Browse files Browse the repository at this point in the history
  • Loading branch information
Percslol committed Jul 2, 2024
1 parent a47dbb9 commit fc17158
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 @@ -18,7 +18,7 @@
"scripts": {
"build": "node build.js",
"dev": "node build.js --dev",
"publish": "npm run build && npm publish --access public",
"publish": "npm run build",
"pack": "npm run build && npm pack"
},
"devDependencies": {
Expand Down

0 comments on commit fc17158

Please sign in to comment.