We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a722375 commit 319ec3eCopy full SHA for 319ec3e
.github/workflows/build.yaml
@@ -24,8 +24,6 @@ jobs:
24
25
steps:
26
- uses: actions/checkout@v4
27
- # https://github.com/actions/configure-pages
28
- - uses: actions/configure-pages@v2
29
# https://github.com/actions/setup-node#usage
30
- uses: actions/setup-node@v4
31
with:
package.json
@@ -10,7 +10,7 @@
10
"type": "module",
11
"scripts": {
12
"dev": "cd apps/browser-example && npm run dev",
13
- "build": "tsc --build",
+ "build": "tsc --build && cd apps/browser-example && npm run build",
14
"watch": "tsc --build --watch",
15
"clean": "rm -rf node_modules && npm run clean --workspaces"
16
},
0 commit comments