mirror of
https://code.forgejo.org/pnpm/action-setup.git
synced 2025-05-17 20:34:44 +00:00
5 lines
141 B
Makefile
5 lines
141 B
Makefile
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/
|