forked from svrjs/svrjs
Add more npm scripts.
This commit is contained in:
parent
c9db45c0fe
commit
5171855776
1 changed files with 2 additions and 0 deletions
|
@ -4,8 +4,10 @@
|
|||
"private": true,
|
||||
"scripts": {
|
||||
"build": "node esbuild.config.js",
|
||||
"dev": "npm run build && npm run start",
|
||||
"lint": "eslint src/**/*.js",
|
||||
"lint:fix": "npm run lint -- --fix",
|
||||
"start": "node dist/svr.js",
|
||||
"test": "jest"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
Reference in a new issue