Skip to content

Commit 7224bd5

Browse files
committed
ci: try custom install command for CodeSandbox CI
1 parent d593901 commit 7224bd5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.codesandbox/ci.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"node": "18",
3+
"installCommand": "codesandbox:install",
34
"packages": [
45
"packages/*"
56
],

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,16 @@
1515
"build:r": "r -f es2015",
1616
"build:ts": "tsc -b",
1717
"clean": "rimraf --glob 'packages/*/{lib,*.tsbuildinfo}'",
18+
"codesandbox:install": "yarn --ignore-engines",
1819
"lint": "yarn build && concurrently -r 'yarn:lint:*'",
1920
"lint:es": "eslint . --cache -f friendly",
2021
"lint:tsc": "tsc --noEmit",
2122
"prepare": "patch-package && simple-git-hooks",
2223
"release": "run-s build release:only",
2324
"release:only": "changeset publish",
24-
"version": "changeset version && yarn --no-immutable",
2525
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest",
26-
"typecov": "type-coverage"
26+
"typecov": "type-coverage",
27+
"version": "changeset version && yarn --no-immutable"
2728
},
2829
"devDependencies": {
2930
"@1stg/common-config": "^10.0.0",

0 commit comments

Comments
 (0)