Skip to content

Commit

Permalink
build: clean output directory on build
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyTWF committed Aug 5, 2024
1 parent 40afb17 commit a6ffe20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"name": "@ably/specification-build",
"version": "1.0.0",
"scripts": {
"build": "npm-run-all build:generate build:tailwind",
"clean": "rm -rf ./output",
"build": "npm-run-all clean build:generate build:tailwind",
"build:generate": "./scripts/build",
"build:tailwind": "tailwindcss -i ./templates/main.css -o ./output/tailwind.css --minify",
"lint": "npm-run-all format:*:check",
Expand Down

0 comments on commit a6ffe20

Please sign in to comment.