Remove old js before prod build

pull/37/head
Varun Patil 2022-09-13 16:05:58 -07:00
parent bb360003ab
commit 3ef562efe3
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ build-js:
npm run dev
build-js-production:
npm run build
rm -f js/* && npm run build
watch-js:
npm run watch