Skip to content

Commit

Permalink
chore(fw): Adds super:clean command (#8749)
Browse files Browse the repository at this point in the history
Co-authored-by: Rob Cameron <cannikin@fastmail.com>
  • Loading branch information
dac09 and cannikin authored Jul 3, 2023
1 parent be08e83 commit 589e87a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"scripts": {
"build": "lerna run build",
"build:clean": "yarn clean:prisma && rimraf \"packages/**/dist\" --glob",
"build:clean:super": "git clean -fdx && yarn && yarn build",
"build:link": "node ./tasks/build-and-copy",
"build:test-project": "node ./tasks/test-project/test-project",
"build:watch": "lerna run build:watch --parallel; tsc --build",
Expand Down

0 comments on commit 589e87a

Please sign in to comment.