Skip to content

Commit

Permalink
chore: update the script field in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Aug 3, 2021
1 parent 61a0131 commit 155539e
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,22 @@
"license": "MIT",
"private": true,
"scripts": {
"====>": "====>",
"⬇️⬇️⬇️⬇️⬇️ example:base ⬇️⬇️⬇️⬇️⬇️": "▼▼▼▼▼ example:base ▼▼▼▼▼",
"lib:build:base": "lerna exec --scope @uiw/react-native -- tsbb build --babel-option=none --output ../../example/base/lib",
"lib:build:type:base": "lerna exec --scope @uiw/react-native -- tsbb types --outDir ../../example/base/lib",
"lib:watch:base": "lerna exec --scope @uiw/react-native -- tsbb watch --babel-option=none --output ../../example/base/lib ",
"lib:watch:type:base": "lerna exec --scope @uiw/react-native -- tsbb types --watch --outDir ../../example/base/lib",
"⬆️⬆️⬆️⬆️⬆️ example:base ⬆️⬆️⬆️⬆️⬆️": "▲▲▲▲▲ example:base ▲▲▲▲▲",
"watch": "npm run lib:watch & npm run lib:watch:base & npm run lib:watch:type & npm run lib:watch:type:base",
"build": "npm run lib:build && npm run lib:build:base && npm run lib:build:type && npm run lib:build:type:base",
">>>>>>>": ">>>>>>>",
"lib:build:type": "lerna exec --scope @uiw/react-native -- tsbb types --outDir --outDir lib",
"lib:build:type:example": "lerna exec --scope @uiw/react-native -- tsbb types --outDir ../../example/base/lib",
"lib:build": "lerna exec --scope @uiw/react-native -- tsbb build --babel-option=none --output ../../example/base/lib",
"lib:build:example": "lerna exec --scope @uiw/react-native -- tsbb build --babel-option=none --output lib",
"lib:build": "lerna exec --scope @uiw/react-native -- tsbb build --babel-option=none --output --output lib",
"lib:watch": "lerna exec --scope @uiw/react-native -- tsbb watch --babel-option=none --output lib ",
"lib:watch:example": "lerna exec --scope @uiw/react-native -- tsbb watch --babel-option=none --output ../../example/base/lib ",
"lib:watch:type": "lerna exec --scope @uiw/react-native -- tsbb types --watch --outDir lib",
"lib:watch:type:example": "lerna exec --scope @uiw/react-native -- tsbb types --watch --outDir ../../example/base/lib",
"watch": "npm run lib:watch & npm run lib:watch:example & npm run lib:watch:type & npm run lib:watch:type:example",
"build": "npm run lib:build && npm run lib:build:example && npm run lib:build:type && npm run lib:build:type:example",
"start": "lerna exec --scope website -- npm run start",
"doc": "lerna exec --scope website -- npm run build",
"<====": "<====",
"<<<<<<<": "<<<<<<<",
"version": "lerna version --no-changelog --no-push --no-git-tag-version",
"pretty-quick": "pretty-quick",
"prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\""
Expand Down

0 comments on commit 155539e

Please sign in to comment.