Skip to content

Commit

Permalink
Merge pull request #7 from strapi/fix/build-clean
Browse files Browse the repository at this point in the history
fix: build clean command
  • Loading branch information
jhoward1994 authored Dec 2, 2024
2 parents 9a245b5 + bfde47c commit 2d618df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"files": [],
"scripts": {
"build": "rollup --config rollup.config.mjs --failAfterWarnings",
"build:clean": "rollup --config rollup.config.mjs --failAfterWarnings",
"build:clean": "pnpm run clean && pnpm run build",
"clean": "pnpm exec rimraf ./dist",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
Expand Down

0 comments on commit 2d618df

Please sign in to comment.