mirror of
https://github.com/pnpm/action-setup.git
synced 2024-11-10 09:39:11 +08:00
Switch back to package.json
This commit is contained in:
parent
5311fe843b
commit
cc0d51290c
5
Makefile
5
Makefile
@ -1,5 +0,0 @@
|
||||
dist/tsc: node_modules src
|
||||
pnpx tsc
|
||||
|
||||
dist/index.js: dist/tsc
|
||||
pnpx ncc build --minify --source-map --no-cache dist/tsc/index.js --out dist/
|
@ -1,8 +1,9 @@
|
||||
{
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"postinstall": "rm -rf dist && make dist/index.js",
|
||||
"start": "sh ./run.sh"
|
||||
"build:ncc": "ncc build --minify --source-map --no-cache dist/tsc/index.js --out dist/",
|
||||
"build": "tsc && pnpm run build:ncc",
|
||||
"start": "pnpm run build && sh ./run.sh"
|
||||
},
|
||||
"dependencies": {
|
||||
"download": "^8.0.0",
|
||||
|
Loading…
Reference in New Issue
Block a user