fix: do not download pnpm from get.pnpm.io (#46)

* fix: do not download pnpm from get.pnpm.io

* fix: remove redundant files
This commit is contained in:
Zoltan Kochan 2022-05-28 16:54:43 +03:00 committed by GitHub
parent 57b9359b4c
commit 958500fcab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 268070 additions and 324 deletions

View file

@ -3,13 +3,11 @@
"scripts": {
"build:schemas": "ts-schema-autogen generate",
"build:ncc": "ncc build --minify --no-source-map-register --no-cache dist/tsc/index.js --out dist/",
"build": "pnpm run build:schemas && tsc && pnpm run build:ncc",
"build": "pnpm run build:schemas && tsc && pnpm run build:ncc && cp src/install-pnpm/pnpm.js dist/pnpm.js",
"start": "pnpm run build && sh ./run.sh"
},
"dependencies": {
"@actions/core": "^1.6.0",
"@pnpm/fetch": "^4.2.5",
"@pnpm/logger": "^4.0.0",
"@types/expand-tilde": "^2.0.0",
"@types/fs-extra": "^9.0.13",
"@types/js-yaml": "^4.0.5",