Skip to content

Commit

Permalink
up libs and specify nvm version
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius Palade committed Sep 10, 2022
1 parent 070c142 commit 2de311d
Show file tree
Hide file tree
Showing 4 changed files with 1,724 additions and 1,571 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
14.20
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"test": "echo \"No test specified\" && exit 0"
},
"dependencies": {
"@quasar/extras": "^1.12.5",
"@quasar/extras": "^1.15.3",
"firebase": "^7.13.1",
"highlight.js": "^10.4.1",
"is-svg": "^4.2.2",
"postcss": "^8.2.10",
"quasar": "^1.18.5",
"quasar": "^1.19.5",
"serialize-javascript": "^3.1.0",
"underscore": "^1.12.1",
"xmldom": "^0.5.0",
Expand Down
1 change: 1 addition & 0 deletions scripts/deploy_prod.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash

nvm use
git pull
yarn
quasar build
Expand Down
Loading

0 comments on commit 2de311d

Please sign in to comment.