We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b86293f commit 87d620dCopy full SHA for 87d620d
.travis/compile-frontend.sh
@@ -10,7 +10,7 @@ docker \
10
-v $HOME/cache/node/node_modules:/ui/node_modules \
11
-v $HOME/cache/node/yarn-cache:/root/.yarn-cache \
12
--workdir /ui \
13
- node:8.7 \
+ node:10.7 \
14
bash -c 'yarn && \
15
yarn test:lint && \
16
yarn run build:production'
ui/frontend/package.json
@@ -61,6 +61,9 @@
61
"webpack": "^4.1.0",
62
"webpack-cli": "^3.1.0"
63
},
64
+ "engines": {
65
+ "node": "^10.7.0"
66
+ },
67
"scripts": {
68
"test:lint": "tslint --config tslint.json --exclude \"./**/node_modules/**/*\" \"./**/*.ts?(x)\"",
69
"build": "webpack --progress --colors --mode development",
0 commit comments