Skip to content

Commit

Permalink
Fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
qrac committed May 9, 2024
1 parent c8eb5e2 commit 151d90a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/musubii/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"url": "https://qranoko.jp"
},
"scripts": {
"build": "npm run clean && npm run build:src",
"build": "npm run clean && npm run build-src",
"build-src": "esbuild ./src/*.* --bundle --minify-whitespace --minify-syntax --outdir=dist",
"clean": "rimraf ./dist",
"prepublishOnly": "npm run build"
Expand Down

0 comments on commit 151d90a

Please sign in to comment.