Skip to content

Commit

Permalink
fix front zip command
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjah committed Dec 20, 2024
1 parent 445b0e9 commit befdc7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lint:fix": "eslint . --fix",
"prettier": "prettier --check .",
"prettier:fix": "prettier --write .",
"zip": "rm syntra.zip && cd dist && zip -r ../syntra.zip ./*",
"zip": "rm -f syntra.zip && cd dist && zip -r ../syntra.zip ./*",
"fmt": "npm run prettier:fix && npm run lint:fix",
"fmt:check": "npm run prettier && npm run lint",
"prepare": "husky install"
Expand Down

0 comments on commit befdc7f

Please sign in to comment.