Skip to content

Commit

Permalink
rm rf temp
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiehenson committed Mar 28, 2024
1 parent f75c992 commit 575a51c
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 @@ -47,7 +47,7 @@
"vite": "^4.5.2"
},
"scripts": {
"build:prebuild": "rm -r core reset",
"build:prebuild": "rm -rf core reset",
"build:swc": "swc src/core src/reset -d dist --copy-files --include-dotfiles --strip-leading-paths",
"build:sprites": "svg-sprite -C .svgrc src/core/icons/*.svg",
"build:cleanup": "mv dist/* . && rm -r dist",
Expand Down

0 comments on commit 575a51c

Please sign in to comment.