mirror of
https://github.com/MathMan05/Fermi.git
synced 2026-08-29 09:58:45 +00:00
tsc conf changes
This commit is contained in:
@@ -16,5 +16,5 @@ jobs:
|
||||
node-version: 22
|
||||
- name: npm i
|
||||
run: npm i
|
||||
- name: npx run tsc
|
||||
run: npx run tsc --noEmit
|
||||
- name: npm run tsc
|
||||
run: npm run tsc --noEmit
|
||||
|
||||
+2
-1
@@ -7,7 +7,8 @@
|
||||
"scripts": {
|
||||
"bunBuild": "bun build.ts",
|
||||
"build": "node buildnode.js && node build.js",
|
||||
"start": "node dist/index.js"
|
||||
"start": "node dist/index.js",
|
||||
"tsc": "tsc --noEmit"
|
||||
},
|
||||
"author": "MathMan05",
|
||||
"license": "GPL-3.0",
|
||||
|
||||
Reference in New Issue
Block a user