Skip to content

Commit e31f73e

Browse files
committed
Pass arguments in start script
1 parent d4adac8 commit e31f73e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/start.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/bash
2-
node_modules/.bin/webpack-dev-server --colors --quiet --env
2+
node_modules/.bin/webpack-dev-server --colors --quiet --env $1

0 commit comments

Comments
 (0)