mirror of
https://code.forgejo.org/pnpm/action-setup.git
synced 2025-05-17 20:34:44 +00:00
Create Makefile
This commit is contained in:
parent
62b5904eb7
commit
f529874a78
1 changed files with 8 additions and 0 deletions
8
Makefile
Normal file
8
Makefile
Normal file
|
@ -0,0 +1,8 @@
|
|||
node_modules: package.json
|
||||
pnpm install --prefer-offline
|
||||
|
||||
dist/tsc: node_modules src
|
||||
pnpx tsc
|
||||
|
||||
dist/index.js: dist/tsc
|
||||
pnpx ncc build --minify --source-map dist/tsc/index.js --out dist/
|
Loading…
Add table
Add a link
Reference in a new issue