File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"node" : " 18" ,
3
+ "installCommand" : " codesandbox:install" ,
3
4
"packages" : [
4
5
" packages/*"
5
6
],
Original file line number Diff line number Diff line change 15
15
"build:r" : " r -f es2015" ,
16
16
"build:ts" : " tsc -b" ,
17
17
"clean" : " rimraf --glob 'packages/*/{lib,*.tsbuildinfo}'" ,
18
+ "codesandbox:install" : " yarn --ignore-engines" ,
18
19
"lint" : " yarn build && concurrently -r 'yarn:lint:*'" ,
19
20
"lint:es" : " eslint . --cache -f friendly" ,
20
21
"lint:tsc" : " tsc --noEmit" ,
21
22
"prepare" : " patch-package && simple-git-hooks" ,
22
23
"release" : " run-s build release:only" ,
23
24
"release:only" : " changeset publish" ,
24
- "version" : " changeset version && yarn --no-immutable" ,
25
25
"test" : " cross-env NODE_OPTIONS=--experimental-vm-modules jest" ,
26
- "typecov" : " type-coverage"
26
+ "typecov" : " type-coverage" ,
27
+ "version" : " changeset version && yarn --no-immutable"
27
28
},
28
29
"devDependencies" : {
29
30
"@1stg/common-config" : " ^10.0.0" ,
You can’t perform that action at this time.
0 commit comments