Skip to content

Commit e2eaea2

Browse files
committed
Fix npm start not properly copying shared directory
Signed-off-by: Matthew Peveler <[email protected]>
1 parent 2041095 commit e2eaea2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/web

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/bin/bash
22

33
./scripts/shared
4-
cp -rf shared/ web/
4+
rm -rf web/shared/
5+
cp -rf shared web/
56

67
./node_modules/.bin/webpack serve --inline --config ./webpack.web.js --content-base web/

0 commit comments

Comments
 (0)