mirror of
https://github.com/pnpm/pnpm.git
synced 2025-12-23 23:29:17 -05:00
chore: improve the publish script
This commit is contained in:
@@ -12,7 +12,9 @@
|
||||
"@types/node": "*",
|
||||
"@types/tape": "^4.2.33",
|
||||
"cross-env": "6.0.3",
|
||||
"npm": "4.6.1",
|
||||
"npm-run-all": "4.1.5",
|
||||
"publish-packed": "2.1.1",
|
||||
"ts-node": "8.4.1",
|
||||
"tslint": "5.20.1",
|
||||
"typescript": "3.7.2",
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
set -e
|
||||
set -u
|
||||
|
||||
npm run tsc
|
||||
pnpx npm@4 cache clear
|
||||
pnpx publish-packed@2.1.1 --tag next --prune
|
||||
pnpm run tsc
|
||||
npm cache clear
|
||||
publish-packed --tag next --prune
|
||||
|
||||
1084
pnpm-lock.yaml
generated
1084
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -54,8 +54,10 @@
|
||||
"dependency-path",
|
||||
"fetch-from-npm-registry",
|
||||
"find-packages",
|
||||
"pnpm-file-reporter",
|
||||
"npm",
|
||||
"pkgs-graph",
|
||||
"pnpm-file-reporter",
|
||||
"publish-packed",
|
||||
"remove-all-except-outer-links",
|
||||
"supi",
|
||||
"ts-node"
|
||||
|
||||
Reference in New Issue
Block a user