Rename seed.js to setup; add npm script for it

This commit is contained in:
Cadence Ember 2024-09-26 09:47:21 +12:00
parent b0a0e62a86
commit 8743910c35
3 changed files with 6 additions and 5 deletions

View file

@ -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",