Skip to content

Commit 9f2c53b

Browse files
committed
Add npm commands to start/stop Neo4j
1 parent dfb4a5b commit 9f2c53b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
"scripts": {
1212
"test": "gulp test",
1313
"build": "gulp all",
14+
"start-neo4j": "gulp start-neo4j",
15+
"stop-neo4j": "gulp stop-neo4j",
1416
"prepublish": "npm run build",
1517
"docs": "node_modules/.bin/esdoc -c esdoc.json"
1618
},

0 commit comments

Comments
 (0)