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 4b3ad5d commit ae35b42Copy full SHA for ae35b42
.github/workflows/deploy-pages.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Install dependencies
41
run: pnpm install --frozen-lockfile
42
- name: Build
43
- run: pnpm build:pages
+ run: pnpm build
44
- name: Setup Pages
45
uses: actions/configure-pages@v5
46
- name: Upload artifact
package.json
@@ -15,7 +15,6 @@
15
"type": "module",
16
"scripts": {
17
"build": "tsc && vite build",
18
- "build:pages": "tsc && VITE_CONFIG_BASE='/SIMDE/' vite build",
19
"check": "biome check --apply ./src",
20
"dev": "vite",
21
"docs": "typedoc src/index.ts --excludePrivate --mode file --theme minimal --out build/docs",
0 commit comments