Skip to content

Commit 51bea96

Browse files
committed
Update runTests.sh to use npm commands.
1 parent 68875e6 commit 51bea96

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

runTests.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/bin/bash
22

33
function finish {
4-
gulp stop-neo4j
4+
npm run stop-neo4j
55
}
66
trap finish EXIT
77

88
npm install
9-
gulp start-neo4j
10-
gulp test
9+
npm run start-neo4j
10+
npm test

0 commit comments

Comments
 (0)