Skip to content

Commit 319ec3e

Browse files
committed
chore: force the vite build in ci
1 parent a722375 commit 319ec3e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ jobs:
2424

2525
steps:
2626
- uses: actions/checkout@v4
27-
# https://github.com/actions/configure-pages
28-
- uses: actions/configure-pages@v2
2927
# https://github.com/actions/setup-node#usage
3028
- uses: actions/setup-node@v4
3129
with:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"type": "module",
1111
"scripts": {
1212
"dev": "cd apps/browser-example && npm run dev",
13-
"build": "tsc --build",
13+
"build": "tsc --build && cd apps/browser-example && npm run build",
1414
"watch": "tsc --build --watch",
1515
"clean": "rm -rf node_modules && npm run clean --workspaces"
1616
},

0 commit comments

Comments
 (0)