Rename seed.js to setup; add npm script for it
This commit is contained in:
parent
b0a0e62a86
commit
8743910c35
3 changed files with 6 additions and 5 deletions
|
@ -61,6 +61,7 @@
|
|||
},
|
||||
"scripts": {
|
||||
"start": "node start.js",
|
||||
"setup": "node scripts/setup.js",
|
||||
"addbot": "node addbot.js",
|
||||
"test": "cross-env FORCE_COLOR=true supertape --no-check-assertions-count --format tap test/test.js | tap-dot",
|
||||
"test-slow": "cross-env FORCE_COLOR=true supertape --no-check-assertions-count --format tap --no-worker test/test.js -- --slow | tap-dot",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue