Skip to content

Commit

Permalink
chore: update scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jan 23, 2021
1 parent 7a5ef42 commit fb69d39
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,21 @@
"b:example:uiw": "lerna exec npm run build --scope @template/uiw",
"lib:----->>>": ">>>>>>>>>>>>>>>>>>>>>>>>>>>",
"lib:watch": "npm run lib:watch:ts & npm run lib:watch:types",
"lib:watch:types": "lerna exec \"tsbb types --watch\" --scope @kkt/* --stream",
"lib:watch:ts": "lerna exec tsbb watch --scope @kkt/* --stream",
"lib:build:types": "lerna exec tsbb types --scope @kkt/* --stream",
"lib:build:ts": "lerna exec \"tsbb build --source-maps none\" --scope @kkt/* --stream",
"lib:watch:types": "lerna exec \"tsbb types --watch\" --scope @kkt/*",
"lib:watch:ts": "lerna exec tsbb watch --scope @kkt/*",
"lib:build:types": "lerna exec tsbb types --scope @kkt/*",
"lib:build:ts": "lerna exec \"tsbb build --source-maps none\" --scope @kkt/*",
"lib:build": "npm run lib:build:ts && npm run lib:build:types",
"lib:<<<-----": "<<<<<<<<<<<<<<<<<<<<<<<<<<<",
"kkt:----->>>": ">>>>>>>>>>>>>>>>>>>>>>>>>>>",
"kkt:watch": "npm run kkt:watch:ts & npm run kkt:watch:types",
"kkt:watch:types": "lerna exec \"tsbb types --watch\" --scope kkt --stream",
"kkt:watch:ts": "lerna exec tsbb watch --scope kkt --stream",
"kkt:build:types": "lerna exec tsbb types --scope kkt --stream",
"kkt:build:ts": "lerna exec \"tsbb build --source-maps none\" --scope kkt --stream",
"kkt:watch:types": "lerna exec \"tsbb types --watch\" --scope kkt",
"kkt:watch:ts": "lerna exec tsbb watch --scope kkt",
"kkt:build:types": "lerna exec tsbb types --scope kkt",
"kkt:build:ts": "lerna exec \"tsbb build --source-maps none\" --scope kkt",
"kkt:build": "npm run kkt:build:ts && npm run kkt:build:types",
"kkt:test": "lerna exec tsbb test --scope kkt --stream",
"kkt:coverage": "lerna exec \"tsbb test --coverage\" --scope kkt --stream",
"kkt:test": "lerna exec tsbb test --scope kkt",
"kkt:coverage": "lerna exec \"tsbb test --coverage\" --scope kkt",
"kkt:<<<-----": "<<<<<<<<<<<<<<<<<<<<<<<<<<<",
"build": "npm run kkt:build && npm run lib:build",
"hoist": "lerna bootstrap --hoist",
Expand Down

0 comments on commit fb69d39

Please sign in to comment.