Skip to content

Commit cc2ab5d

Browse files
committed
Fix build server
1 parent a314008 commit cc2ab5d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ jobs:
1616
- stage: Test and Build
1717
script:
1818
- yarn install --frozen-lockfile --non-interactive
19-
- yarn test:env
20-
- yarn test
19+
- yarn run ci
2120
- script:
2221
- docker build -t humanconnection/frontend-nuxt .
2322

nuxt.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ module.exports = {
121121
'EMBED_API_URL',
122122
'SENTRY_DNS_PUBLIC',
123123
'MAPBOX_TOKEN',
124-
'MAINTENANCE',
124+
'MAINTENANCE'
125125
]
126126
}],
127127
'cookie-universal-nuxt'

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"yarn": ">= 1.3.0"
2828
},
2929
"scripts": {
30+
"ci": "yarn run eslint && yarn run test",
3031
"clean": "rm -rf build/*",
3132
"dev": "backpack dev",
3233
"dev:debug": "backpack dev --inspect=0.0.0.0:9229",

0 commit comments

Comments
 (0)