Skip to content

Commit

Permalink
build(release): fix dist cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubilmax committed Dec 6, 2024
1 parent 31e1bb0 commit 515c871
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"build": "rm -rf lib && tsc --build ./tsconfig.build.json",
"format": "prettier --write '**/*.ts'",
"format:check": "prettier --check '**/*.ts'",
"package": "ncc build --source-map --license licenses.txt",
"package": "rm -rf dist && ncc build --source-map --no-cache --license licenses.txt",
"release": "yarn build && yarn package",
"test": "jest --coverage"
},
Expand Down Expand Up @@ -80,4 +80,4 @@
},
"verbose": true
}
}
}

0 comments on commit 515c871

Please sign in to comment.