Skip to content

Commit

Permalink
deploy frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
khansadaoudi committed May 30, 2024
1 parent aaae915 commit a88f9cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"lint": "eslint --ext .ts,.vue ./ --fix",
"test": "echo \"See package.json => scripts for available tests.\" && exit 0",
"buildDev": "quasar build",
"buildProd": "mv dist/ dist_backup/ ; quasar build && rm -r dist_backup/ || mv dist_backup/ dist/",
"buildProd": "quasar build",
"test:unit": "jest --updateSnapshot",
"test:unit:coverage": "jest --coverage",
"test:unit:watch": "jest --watch",
Expand Down

0 comments on commit a88f9cc

Please sign in to comment.