We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cba452 commit 1fd382fCopy full SHA for 1fd382f
.codesandbox/ci.json
@@ -0,0 +1,5 @@
1
+{
2
+ "installCommand": "install:codesandbox",
3
+ "buildCommand": "build:prod",
4
+ "sandboxes": ["react95-template-xkfj0"]
5
+}
package.json
@@ -44,6 +44,7 @@
44
"lint": "eslint src --ext .js",
45
"lint:fix": "yarn run lint --fix",
46
"semantic-release": "semantic-release",
47
+ "install:codesandbox": "yarn --ignore-engines",
48
"cz": "git-cz"
49
},
50
"peerDependencies": {
0 commit comments