We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2041095 commit e2eaea2Copy full SHA for e2eaea2
scripts/web
@@ -1,6 +1,7 @@
1
#!/bin/bash
2
3
./scripts/shared
4
-cp -rf shared/ web/
+rm -rf web/shared/
5
+cp -rf shared web/
6
7
./node_modules/.bin/webpack serve --inline --config ./webpack.web.js --content-base web/
0 commit comments