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 11{
22 "node" : " 18" ,
3+ "installCommand" : " codesandbox:install" ,
34 "packages" : [
45 " packages/*"
56 ],
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments