Skip to content

Commit b893579

Browse files
committed
Remove node_modules folder before run
1 parent 665d8bd commit b893579

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

zen/docker-entrypoint.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/bin/sh
22

3+
# prevent conflicts with existing
4+
rm -rf node_modules
5+
36
/usr/bin/npm link \
47
breakpoint-sass \
58
browser-sync \

0 commit comments

Comments
 (0)