Skip to content

Commit

Permalink
💚 fix vercel deployment error (#2717)
Browse files Browse the repository at this point in the history
* 💚 fix vercel deployment error

* 💚 fix prettier ci
  • Loading branch information
kuitos authored Oct 10, 2023
1 parent dfc5c74 commit 8273e2c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 44 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/now.yml

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"lint": "eslint packages/",
"prettier": "prettier --write .",
"prettier:check": "prettier -c .",
"docs": "dumi dev",
"build-docs": "dumi build",
"docs:dev": "dumi dev",
"docs:build": "dumi build",
"ci": "pnpm run lint && pnpm run prettier:check && pnpm run build",
"ci:publish": "pnpm run build && changeset publish",
"test": "cross-env NODE_ENV=test vitest",
Expand Down
5 changes: 1 addition & 4 deletions packages/loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,5 @@
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"files": [
"dist",
"src"
]
"files": ["dist", "src"]
}
5 changes: 1 addition & 4 deletions packages/qiankun/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@
"type": "git",
"url": "git+https://github.com/kuitos/qiankun.git"
},
"files": [
"dist",
"src"
],
"files": ["dist", "src"],
"author": "Kuitos",
"license": "MIT",
"bugs": {
Expand Down
5 changes: 1 addition & 4 deletions packages/sandbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@
"build": "father build",
"test": "cross-env NODE_ENV=test vitest --config ../../vitest.config.ts"
},
"files": [
"dist",
"src"
],
"files": ["dist", "src"],
"author": "Kuitos",
"license": "MIT",
"dependencies": {
Expand Down
5 changes: 1 addition & 4 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@
"lodash": "^4.17.11",
"semver": "^7.5.3"
},
"files": [
"dist",
"src"
],
"files": ["dist", "src"],
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
Expand Down

0 comments on commit 8273e2c

Please sign in to comment.