README for first build
This commit is contained in:
@@ -8,7 +8,9 @@
|
||||
"packageManager": "pnpm@9.15.9",
|
||||
"scripts": {
|
||||
"dev": "node esbuild.config.mjs",
|
||||
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production"
|
||||
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
|
||||
"test": "node --test \"src/**/*.test.ts\"",
|
||||
"test:watch": "node --test --watch \"src/**/*.test.ts\""
|
||||
},
|
||||
"license": "GPL-3.0-or-later",
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user