ui: Delete old yarn lock file (#9046)
* Update the make file to look for node_modules in the workspace * Delete old travis file
This commit is contained in:
parent
166f40837a
commit
b190bf0c3f
|
@ -1,27 +0,0 @@
|
||||||
---
|
|
||||||
language: node_js
|
|
||||||
node_js:
|
|
||||||
- "10"
|
|
||||||
|
|
||||||
dist: trusty
|
|
||||||
|
|
||||||
addons:
|
|
||||||
chrome: stable
|
|
||||||
|
|
||||||
cache:
|
|
||||||
directories:
|
|
||||||
- $HOME/.npm
|
|
||||||
|
|
||||||
env:
|
|
||||||
global:
|
|
||||||
# See https://git.io/vdao3 for details.
|
|
||||||
- JOBS=1
|
|
||||||
|
|
||||||
branches:
|
|
||||||
only:
|
|
||||||
- master
|
|
||||||
|
|
||||||
script:
|
|
||||||
- npm run lint:hbs
|
|
||||||
- npm run lint:js
|
|
||||||
- npm test
|
|
|
@ -77,7 +77,7 @@ format: deps
|
||||||
steps:
|
steps:
|
||||||
yarn run steps:list
|
yarn run steps:list
|
||||||
|
|
||||||
node_modules: yarn.lock package.json
|
../../node_modules: ../../yarn.lock package.json
|
||||||
yarn install $(CONSUL_UI_INSTALL_FLAGS)
|
yarn install $(CONSUL_UI_INSTALL_FLAGS)
|
||||||
|
|
||||||
.PHONY: all deps build start test test-view lint format clean
|
.PHONY: all deps build start test test-view lint format clean
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue