mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-16 11:11:43 +00:00
typo
This commit is contained in:
parent
66ecb48cda
commit
223eda501b
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
"build": "vue-cli-service build",
|
||||
"test:unit": "vue-cli-service test:unit --require ./tests/unit/helpers.js",
|
||||
"lint": "vue-cli-service lint",
|
||||
"postinstall": "if [ -n \"$npm_config_production\" ]; then npm run build-for-production; fi"
|
||||
"postinstall": "if [ -n \"$npm_config_production\" ]; then npm run build; fi"
|
||||
},
|
||||
"dependencies": {
|
||||
"amplitude-js": "^5.3.1",
|
||||
|
|
|
|||
Loading…
Reference in a new issue