Skip to content

Commit

Permalink
chore: Fix jest errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jun 16, 2020
1 parent ca307ed commit 0e41e89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
}
},
"bootstrap": {
"npmClient": "yarn",
"yarnClientArgs": [
"--no-yarn-lock",
"--no-package-lock"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"lib": "lerna exec --scope @uiw/react-layout -- tsbb build --target react",
"lib:css": "lerna exec --scope @uiw/react-layout -- compile-less -d src -o lib/esm",
"lib:watch": "lerna exec --scope @uiw/react-layout -- tsbb watch --target react",
"lib:build": "npm run lib && npm run cjs && npm run esm",
"lib:build": "npm run lib && npm run cjs && npm run esm && npm run lib:css",
"//-----------": "//-----------",
"bootstrap": "lerna bootstrap",
"bootstrap": "lerna bootstrap --hoist",
"type": "npm run t:cjs && npm run t:esm",
"t:esm": "lerna exec --scope @uiw/* --scope uiw --ignore @uiw/doc -- tsbb types --outDir lib/esm --target ESNEXT",
"t:cjs": "lerna exec --scope @uiw/* --scope uiw --ignore @uiw/doc -- tsbb types --outDir lib/cjs --target ESNEXT",
Expand All @@ -25,7 +25,7 @@
"b:bundle:min": "lerna exec --scope uiw -- GENERATE_SOURCEMAP=false kkt build --bundle --no-checkRequiredFiles --mini --no-emptyDir",
"doc": "npm run b:website && npm run b:doc",
"build": "npm run b:uiw && npm run b:css && npm run type && npm run b:bundle && npm run b:bundle:min && npm run doc",
"test": "tsbb test",
"test": "tsbb test --env=jsdom",
"coverage": "tsbb test --coverage",
"version": "lerna version --no-changelog --skip-git && npm run b:doc",
"publish": "npm run build && lerna publish from-package",
Expand Down

0 comments on commit 0e41e89

Please sign in to comment.