mirror of
https://github.com/pnpm/action-setup.git
synced 2025-04-11 05:49:34 +08:00
Create run.sh
This commit is contained in:
parent
edb17ae08b
commit
b3e67341de
|
@ -2,7 +2,7 @@
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"postinstall": "rm -rf dist && make dist/index.js",
|
"postinstall": "rm -rf dist && make dist/index.js",
|
||||||
"start": "make dist/index.js && node dist/index.js"
|
"start": "sh ./run.sh"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"download": "^8.0.0",
|
"download": "^8.0.0",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user