We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd22d02 commit edaeba5Copy full SHA for edaeba5
.codesandbox/ci.json
@@ -1,5 +1,5 @@
1
{
2
- "installCommand": "install --ignore-engines",
+ "installCommand": "install-with-ignore-engines",
3
"node": "16",
4
"sandboxes": []
5
}
package.json
@@ -35,6 +35,7 @@
35
"docs:preview": "yarn svelte-kit preview",
36
"docs:watch": "yarn svelte-kit dev",
37
"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",
39
"lint": "run-p lint:*",
40
"lint-fix": "yarn lint:es --fix && yarn lint:style --fix",
41
"lint:es": "eslint --cache -f friendly .",
0 commit comments