Skip to content

Commit

Permalink
Merge pull request #1149 from artichoke/lopopolo/upgrade-rimraf
Browse files Browse the repository at this point in the history
Address vite build warning
  • Loading branch information
lopopolo authored Jul 11, 2024
2 parents b7012f6 + af4dc8d commit bf85287
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 @@ -41,7 +41,7 @@
},
"scripts": {
"dev": "vite dev",
"build": "vite build",
"build": "vite build --emptyOutDir",
"preview": "vite preview",
"build:debug:wasm": "ruby scripts/build-wasm.rb",
"build:release:wasm": "ruby scripts/build-wasm.rb --release",
Expand Down

0 comments on commit bf85287

Please sign in to comment.