Skip to content

Commit a8eba83

Browse files
committed
Update run_integration
1 parent 4e79356 commit a8eba83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

run_integration.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/bin/sh
22

33
cd integration
4+
npm install
45
node server.js &
56
PID=$!
67
npm test

0 commit comments

Comments
 (0)