mirror of
https://github.com/pnpm/action-setup.git
synced 2025-01-10 16:19:11 +08:00
Make sure to clean up dist
This commit is contained in:
parent
29bf1b752a
commit
edb17ae08b
@ -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…
Reference in New Issue
Block a user