Skip to content

Commit

Permalink
fix zip command
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjah committed Oct 7, 2024
1 parent 1c9b214 commit 67f4e0d
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": "zip -r syntra.zip dist",
"zip": "rm 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 67f4e0d

Please sign in to comment.