Skip to content

Commit

Permalink
chore: Modify scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jun 16, 2020
1 parent 60e7326 commit e78cb91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Expand Up @@ -13,6 +13,8 @@
"lib:build": "npm run lib && npm run cjs && npm run esm && npm run lib:css",
"//-----------": "//-----------",
"bootstrap": "lerna bootstrap --hoist",
"//----fix:github:actions-------": "//-----------",
"bootstrap:uiw": "lerna bootstrap --hoist --scope uiw --scope @example/uiw",
"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 Down

0 comments on commit e78cb91

Please sign in to comment.