Skip to content

Commit

Permalink
chore: fix scripts errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jan 12, 2021
1 parent 245c40b commit c695e47
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"b:example:basic": "lerna exec npm run build --scope @template/basic",
"b:example:bundle": "lerna exec npm run build --scope @template/bundle",
"b:example:bundle.pro": "lerna run bundle --scope @template/bundle",
"b:example:bundle.min": "lerna run 'bundle:min' --scope @template/bundle",
"b:example:bundle.min": "lerna run \"bundle:min\" --scope @template/bundle",
"b:example:bundle-react-component-tsx": "lerna run build --scope @template/bundle-react-component-tsx",
"b:example:less": "lerna exec npm run build --scope @template/less",
"b:example:markdown": "lerna exec npm run build --scope @template/markdown",
Expand All @@ -28,21 +28,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: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:build:ts": "lerna exec \"tsbb build --source-maps none\" --scope @kkt/* --stream",
"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: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: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:coverage": "lerna exec \"tsbb test --coverage\" --scope kkt --stream",
"kkt:<<<-----": "<<<<<<<<<<<<<<<<<<<<<<<<<<<",
"build": "npm run kkt:build && npm run lib:build",
"hoist": "lerna bootstrap --hoist",
Expand Down

2 comments on commit c695e47

@vercel
Copy link

@vercel vercel bot commented on c695e47 Jan 12, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

kkt-bundle-example – ./

kkt-bundle-example-git-master.398188662.vercel.app
kkt-bundle-example.398188662.vercel.app
kkt.vercel.app

@vercel
Copy link

@vercel vercel bot commented on c695e47 Jan 12, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

kkt-basic-example – ./

kkt-basic-example.398188662.vercel.app
kkt-basic-example-git-master.398188662.vercel.app
kkt.vercel.app

Please sign in to comment.