mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-25 19:17:19 +00:00
Chore: Add npm script for new core developers (#7539)
* Update package.json * lint fix * chore: use node ./tiddlywiki.js instead of ./bin/serve.sh * Update package.json * Update package.json
This commit is contained in:
parent
c6604c0c56
commit
9773dff1e3
@ -32,6 +32,9 @@
|
||||
"node": ">=0.8.2"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "node ./tiddlywiki.js ./editions/tw5.com-server --listen",
|
||||
"test": "node ./tiddlywiki.js ./editions/test --verbose --version --build index",
|
||||
"lint:fix": "eslint . --fix",
|
||||
"lint": "eslint ."
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user