Skip to content

Commit

Permalink
Merge pull request #4375 from alphagov/package-clean
Browse files Browse the repository at this point in the history
Add optional `.gitignore` files to package:clean task
  • Loading branch information
colinrotherham authored Oct 24, 2023
2 parents ffe1595 + 4256c2b commit d65549d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/govuk-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"build:stats": "npm run stats --workspace @govuk-frontend/stats",
"build:types": "tsc --build tsconfig.build.json",
"clean": "npm run clean:package",
"clean:package": "del-cli dist",
"clean:package": "del-cli *.tsbuildinfo dist govuk-prototype-kit.config.json",
"clean:release": "del-cli ../../dist --force",
"postbuild:package": "npm run build:stats && govuk-prototype-kit validate-plugin .",
"version": "echo $npm_package_version"
Expand Down

0 comments on commit d65549d

Please sign in to comment.