We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 095a541 commit a06b8e3Copy full SHA for a06b8e3
.travis.yml
@@ -31,7 +31,7 @@ jobs:
31
name: lint
32
script: npm run lint
33
- name: e2e
34
- script: npm run e2e
+ script: npm run test:e2e
35
if: (branch = env(DEV_BRANCH) AND type = cron) OR (commit_message = e2e)
36
- stage: publish
37
name: github alpha pages
0 commit comments