Skip to content

Commit

Permalink
chore(build): Don't use the parcel cache
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbcodes committed Oct 21, 2023
1 parent cd89359 commit a1dee73
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 @@ -8,7 +8,7 @@
"build:preclean": "rm -rf ui/target && rm -f templates/base.html && mkdir -p ui/target/build && mkdir -p ui/target/public",
"build:tailwind": "tailwindcss -i ui/src/main.css -o ui/target/build/main.css",
"parcel:prepjs": "rsync -a --prune-empty-dirs --include '*/' --include '*.js' --include '*.ico' --exclude '*' ui/src/ ui/target/build",
"build:parcel": "parcel build ui/target/build/base.html --public-url=/dist --dist-dir=ui/target/public/",
"build:parcel": "parcel build --no-cache ui/target/build/base.html --public-url=/dist --dist-dir=ui/target/public/",
"parcel:prephtml": "cp ui/src/base.html ui/target/build/"
},
"devDependencies": {
Expand Down

0 comments on commit a1dee73

Please sign in to comment.