Skip to content

Commit

Permalink
ci: try custom install command for CodeSandbox CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Jan 11, 2024
1 parent d593901 commit 7224bd5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .codesandbox/ci.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"node": "18",
"installCommand": "codesandbox:install",
"packages": [
"packages/*"
],
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,16 @@
"build:r": "r -f es2015",
"build:ts": "tsc -b",
"clean": "rimraf --glob 'packages/*/{lib,*.tsbuildinfo}'",
"codesandbox:install": "yarn --ignore-engines",
"lint": "yarn build && concurrently -r 'yarn:lint:*'",
"lint:es": "eslint . --cache -f friendly",
"lint:tsc": "tsc --noEmit",
"prepare": "patch-package && simple-git-hooks",
"release": "run-s build release:only",
"release:only": "changeset publish",
"version": "changeset version && yarn --no-immutable",
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest",
"typecov": "type-coverage"
"typecov": "type-coverage",
"version": "changeset version && yarn --no-immutable"
},
"devDependencies": {
"@1stg/common-config": "^10.0.0",
Expand Down

0 comments on commit 7224bd5

Please sign in to comment.