Skip to content

Commit

Permalink
feat: update npm run build
Browse files Browse the repository at this point in the history
  • Loading branch information
pratapalakshmi committed Aug 11, 2024
1 parent 6211689 commit d737351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/workflows-dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"spellcheck": "cspell \"*\"",
"dev": "vite --host",
"build": "rimraf dist && tsc && vite build",
"build": "rm -rf dist && tsc && vite build",
"lint": "eslint . --fix",
"format": "prettier --write .",
"format:check": "prettier --check .",
Expand Down

0 comments on commit d737351

Please sign in to comment.