Skip to content

Commit 4818675

Browse files
git commit -m 'updated a few things'
1 parent b09854c commit 4818675

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

course-matrix/backend/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"scripts": {
77
"dev": "ts-node -r dotenv/config src/index.ts",
88
"test": "jest",
9-
"test:watch": "jest --watch"
9+
"test:watch": "jest --watch",
10+
"build": "vite build"
1011
},
1112
"keywords": [],
1213
"author": "",

course-matrix/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
8-
"build": "tsc -b && vite build",
8+
"build": "vite build",
99
"lint": "eslint .",
1010
"preview": "vite preview",
1111
"test": "jest",

0 commit comments

Comments
 (0)