mirror of
https://code.forgejo.org/pnpm/action-setup.git
synced 2025-05-18 20:44:44 +00:00
Disable cache
This commit is contained in:
parent
79f6d4a8ee
commit
2727bd3c72
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -5,4 +5,4 @@ dist/tsc: node_modules src
|
||||||
pnpx tsc
|
pnpx tsc
|
||||||
|
|
||||||
dist/index.js: dist/tsc
|
dist/index.js: dist/tsc
|
||||||
pnpx ncc build --minify --source-map dist/tsc/index.js --out dist/
|
pnpx ncc build --minify --source-map --no-cache dist/tsc/index.js --out dist/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue