Skip to content

Commit 1fd382f

Browse files
committed
ci: enable Codesandbox CI
1 parent 4cba452 commit 1fd382f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.codesandbox/ci.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"installCommand": "install:codesandbox",
3+
"buildCommand": "build:prod",
4+
"sandboxes": ["react95-template-xkfj0"]
5+
}

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"lint": "eslint src --ext .js",
4545
"lint:fix": "yarn run lint --fix",
4646
"semantic-release": "semantic-release",
47+
"install:codesandbox": "yarn --ignore-engines",
4748
"cz": "git-cz"
4849
},
4950
"peerDependencies": {

0 commit comments

Comments
 (0)