feat(build): integrate Panda CSS with codegen and CI env
This commit is contained in:
@@ -4,6 +4,7 @@ WORKDIR /app
|
|||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
ENV NODE_ENV=production
|
ENV NODE_ENV=production
|
||||||
|
ENV CI=true
|
||||||
RUN bun install --frozen-lockfile --production
|
RUN bun install --frozen-lockfile --production
|
||||||
|
|
||||||
RUN bun run build
|
RUN bun run build
|
||||||
|
|||||||
@@ -7,19 +7,19 @@
|
|||||||
"build": "astro build",
|
"build": "astro build",
|
||||||
"preview": "astro preview",
|
"preview": "astro preview",
|
||||||
"astro": "astro",
|
"astro": "astro",
|
||||||
"prepare": "bun .husky/install.mts"
|
"prepare": "panda codegen && bun .husky/install.mts"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fontsource-variable/roboto": "^5.2.9",
|
"@fontsource-variable/roboto": "^5.2.9",
|
||||||
"@fontsource/orbitron": "^5.2.8",
|
"@fontsource/orbitron": "^5.2.8",
|
||||||
"@srjuggernaut-dev/srjuggernaut-panda-preset": "^0.0.17",
|
"@srjuggernaut-dev/srjuggernaut-panda-preset": "^0.0.17",
|
||||||
|
"@pandacss/dev": "^1.8.1",
|
||||||
"astro": "^5.17.1"
|
"astro": "^5.17.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@biomejs/biome": "2.3.13",
|
"@biomejs/biome": "2.3.13",
|
||||||
"@commitlint/cli": "^20.4.1",
|
"@commitlint/cli": "^20.4.1",
|
||||||
"@commitlint/config-conventional": "^20.4.1",
|
"@commitlint/config-conventional": "^20.4.1",
|
||||||
"@pandacss/dev": "^1.8.1",
|
|
||||||
"husky": "^9.1.7"
|
"husky": "^9.1.7"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user