This commit is contained in:
Andras Bacsai
2022-12-29 22:33:31 +01:00
parent 4d26175ebe
commit 7d892bb19d
5 changed files with 20 additions and 6 deletions

View File

@@ -4,7 +4,8 @@
"license": "Apache-2.0",
"scripts": {
"build": "rimraf ../../build && tsc --outDir ../../build",
"dev": "tsx watch --clear-screen=false src",
"dev-old": "tsx watch --clear-screen=false src",
"dev": "nodemon",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write .",
"test-dev": "start-server-and-test 'tsx src/server' http-get://localhost:2022 'tsx src/client'",
@@ -65,6 +66,8 @@
"@types/node-fetch": "2.6.2",
"@types/shell-quote": "^1.7.1",
"@types/ws": "8.5.3",
"esbuild": "0.15.15",
"nodemon": "2.0.20",
"npm-run-all": "4.1.5",
"rimraf": "3.0.2",
"start-server-and-test": "1.14.0",