Skip to content

Commit edaeba5

Browse files
committed
chore: update codesandbox config
1 parent bd22d02 commit edaeba5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.codesandbox/ci.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"installCommand": "install --ignore-engines",
2+
"installCommand": "install-with-ignore-engines",
33
"node": "16",
44
"sandboxes": []
55
}

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"docs:preview": "yarn svelte-kit preview",
3636
"docs:watch": "yarn svelte-kit dev",
3737
"format-for-gen-file": "eslint src/types-for-node.ts src/utils/rules.ts src/configs --fix",
38+
"install-with-ignore-engines": "yarn --ignore-engines",
3839
"lint": "run-p lint:*",
3940
"lint-fix": "yarn lint:es --fix && yarn lint:style --fix",
4041
"lint:es": "eslint --cache -f friendly .",

0 commit comments

Comments
 (0)