Skip to content

Commit 7eb442a

Browse files
committed
make: add clean step to build-js-production
1 parent 275b75a commit 7eb442a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ npm-update:
1313
build-js:
1414
npm run dev
1515

16-
build-js-production:
16+
build-js-production: clean
1717
npm run build
1818

1919
watch-js:

0 commit comments

Comments
 (0)