Compare commits
5 Commits
develop
...
lint-packa
Author | SHA1 | Date |
---|---|---|
John McLear | 9635ca214d | |
John McLear | d17626809f | |
John McLear | 72b2b2571e | |
John McLear | 92bbfe5814 | |
John McLear | d8413aaf2b |
|
@ -75,6 +75,11 @@ jobs:
|
||||||
- "export GIT_HASH=$(git rev-parse --verify --short HEAD)"
|
- "export GIT_HASH=$(git rev-parse --verify --short HEAD)"
|
||||||
script:
|
script:
|
||||||
- "tests/frontend/travis/runner.sh"
|
- "tests/frontend/travis/runner.sh"
|
||||||
|
- name: "Lint test package-lock.json"
|
||||||
|
install:
|
||||||
|
- "npm install lockfile-lint"
|
||||||
|
script:
|
||||||
|
- npx lockfile-lint --path src/package-lock.json --validate-https --allowed-hosts npm
|
||||||
- name: "Run the Backend tests with Plugins"
|
- name: "Run the Backend tests with Plugins"
|
||||||
install:
|
install:
|
||||||
- "bin/installDeps.sh"
|
- "bin/installDeps.sh"
|
||||||
|
|
Loading…
Reference in New Issue