mirror of
https://code.forgejo.org/pnpm/action-setup.git
synced 2025-05-18 04:34:44 +00:00
Fix
This commit is contained in:
parent
9c1a37f2cb
commit
ba90d665b1
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,7 +1,7 @@
|
||||||
node_modules: package.json
|
node_modules: package.json
|
||||||
pnpm install --prefer-offline
|
pnpm install --prefer-offline
|
||||||
|
|
||||||
dist/tsc: node_modules src
|
dist/tsc: node_modules src
|
||||||
pnpx tsc
|
pnpx tsc
|
||||||
|
|
||||||
dist/index.js: dist/tsc
|
dist/index.js: dist/tsc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue