mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-17 09:59:10 +00:00
fix tests
This commit is contained in:
parent
65b36a77ff
commit
650691aead
7 changed files with 13 additions and 11 deletions
|
@ -7,6 +7,8 @@
|
|||
"build": "yarn build:dev --minify",
|
||||
"build:dev": "esbuild --bundle --sourcemap --platform=node --format=esm --outdir=dist --out-extension:.js=.mjs ./src/index.ts",
|
||||
"lint:types": "tsc --noEmit",
|
||||
"posttest": "rm .env",
|
||||
"pretest": "cp ../../.env.example .env",
|
||||
"start": "miniflare --watch --debug",
|
||||
"test": "jest"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue