Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
MostafaMDZH committed Aug 25, 2024
1 parent 33c59c5 commit 72c41bc
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 @@ -9,7 +9,8 @@
"scripts": {
"test": "jest",
"test-cov": "jest --coverage",
"deploy": "npm update && npm publish && cd website && npm update && npm run build && npm run export && cd .. && find website/out -type d -exec chmod 755 {} \\; && find website/out -type f -exec chmod 644 {} \\; && git add -A && git commit -m \"[deployment auto commit]\" && git ftp push"
"deploy": "npm update && npm publish && cd website && npm update && npm run build && npm run export && cd .. && find website/out -type d -exec chmod 755 {} \\; && find website/out -type f -exec chmod 644 {} \\; && git add -A && git commit -m \"[deployment auto commit]\" && git ftp push",
"permission": "find website/out -type d -exec chmod 755 {} \\; && find website/out -type f -exec chmod 644 {} \\;"
},
"devDependencies": {
"jest": "^28.1.3",
Expand Down

0 comments on commit 72c41bc

Please sign in to comment.