Skip to content

Commit 0ab1d30

Browse files
committedJun 19, 2017
Don’t use npm run to start the script
1 parent fd8d3b3 commit 0ab1d30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎bin/build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22
cd /app
3-
npm run -s main
3+
node lib/main.js

0 commit comments

Comments
 (0)