mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-03-24 17:41:27 -04:00
Switch to js
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
"prod": "cross-env NEXT_PUBLIC_FIREBASE_ENV=PROD concurrently -n NEXT,TS -c magenta,cyan \"yarn serve\" \"yarn ts-watch\"",
|
||||
"serve": "next dev -H 0.0.0.0 -p 3000",
|
||||
"start": "next start",
|
||||
"test": "jest --config jest.config.ts --passWithNoTests",
|
||||
"test": "jest --config jest.config.js --passWithNoTests",
|
||||
"ts-watch": "tsc --watch --noEmit --incremental --preserveWatchOutput --pretty",
|
||||
"typecheck": "npx tsc --noEmit"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user