Skip to content

Commit 6e18420

Browse files
committed
Use npm install --force until svelte-lightbox dependency is fixed
1 parent 974b6b6 commit 6e18420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ops/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
set -e
3-
npm install
3+
npm install --force
44
npm run build
55
scp -r build sanqui.net:tmp_build
66
ssh -t sanqui.net "\

0 commit comments

Comments
 (0)