mirror of
https://github.com/zhigang1992/devhub.git
synced 2026-06-17 02:51:16 +08:00
Ignoring more files from Now
This commit is contained in:
@@ -1,16 +1,23 @@
|
||||
*.log
|
||||
*.md
|
||||
*.txt
|
||||
.babelrc
|
||||
.history
|
||||
.prettierrc
|
||||
.vscode
|
||||
@types
|
||||
node_modules
|
||||
packages/mobile
|
||||
packages/server/src
|
||||
packages/shared-components/dist
|
||||
packages/shared-components/node_modules
|
||||
packages/shared-components/package.json
|
||||
packages/shared-components/src
|
||||
packages/shared-core
|
||||
packages/web/build
|
||||
packages/web/node_modules
|
||||
packages/web/package.json
|
||||
packages/web/src
|
||||
patches
|
||||
planning.txt
|
||||
tsconfig.json
|
||||
tslint.json
|
||||
@@ -12,7 +12,7 @@
|
||||
]
|
||||
},
|
||||
"scripts": {
|
||||
"build": "yarn && yarn workspace shared-core build && yarn workspace shared-components build && yarn workspace server build && yarn workspace web build",
|
||||
"build": "yarn workspace shared-core build && yarn workspace shared-components build && yarn workspace server build && yarn workspace web build",
|
||||
"clean": "yarn workspaces run clean",
|
||||
"deploy": "yarn build && yarn now && yarn now alias",
|
||||
"dev": "yarn clean && yarn workspace shared-core build && yarn workspace shared-components build && yarn workspace server build && concurrently --kill-others \"yarn workspace shared-core build -W\" \"yarn workspace shared-components build -W\" \"yarn workspace server build -W\" \"yarn workspace web start\" \"yarn workspace mobile start\"",
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
"lodash.omit": "^4.5.0",
|
||||
"micro": "^9.3.3",
|
||||
"qs": "^6.5.2",
|
||||
"shared-core": "0.18.2",
|
||||
"url": "^0.11.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user