mirror of
https://code.forgejo.org/pnpm/action-setup.git
synced 2025-05-17 20:34:44 +00:00
Make sure to clean up dist
This commit is contained in:
parent
29bf1b752a
commit
edb17ae08b
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"postinstall": "rm -rf dist && make dist/index.js",
|
||||||
"start": "make dist/index.js && node dist/index.js"
|
"start": "make dist/index.js && node dist/index.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue