Skip to content

Commit 58cf3e7

Browse files
committed
fixes makefile webapp cleanup
1 parent 1a9e654 commit 58cf3e7

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
@@ -59,7 +59,7 @@ assets-watch: install-web-dependencies
5959

6060
.PHONY: assets
6161
assets-release: install-web-dependencies
62-
rm -rf /webapp/public
62+
rm -rf webapp/public
6363
NODE_ENV=production $(shell yarn bin webpack) --config scripts/webpack/webpack.prod.js
6464

6565
.PHONY: embedded-assets

0 commit comments

Comments
 (0)