+3
-5
public/editor/editor.tsx
+3
-5
public/editor/editor.tsx
···
1267
1267
steps:
1268
1268
- name: build site
1269
1269
command: |
1270
+
# necessary to ensure bun is in PATH
1270
1271
export PATH="$HOME/.nix-profile/bin:$PATH"
1271
1272
1272
-
# regenerate lockfile
1273
-
rm package-lock.json bun.lock
1274
-
bun install @rolldown/binding-linux-arm64-gnu --save-optional
1275
-
bun install
1273
+
bun install --frozen-lockfile
1276
1274
1277
-
# build with vite
1275
+
# build with vite, run directly to get around env issues
1278
1276
bun node_modules/.bin/vite build
1279
1277
1280
1278
- name: deploy to wisp