Skip to content

Commit 0391215

Browse files
committed
build: updated scripts
1 parent b6b8345 commit 0391215

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

apps/nextjs-beta/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"scripts": {
66
"dev": "next dev",
77
"build": "next build",
8+
"build:ci": "next build",
89
"start": "next start",
910
"lint": "next lint"
1011
},

apps/react/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"scripts": {
1515
"start": "react-scripts start",
1616
"build": "react-scripts build",
17+
"build:ci": "react-scripts build",
1718
"test": "react-scripts test",
1819
"eject": "react-scripts eject"
1920
},

components/react-new/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"scripts": {
88
"dev": "vite",
99
"build": "tsc && vite build",
10+
"build:ci": "tsc && vite build",
1011
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
1112
"preview": "vite preview",
1213
"prepublishOnly": "pnpm run build"

0 commit comments

Comments
 (0)