Skip to content

Commit

Permalink
chore: recover E2E builds
Browse files Browse the repository at this point in the history
  • Loading branch information
guanbinrui committed Jan 25, 2021
1 parent ab306ab commit 8f7ba9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: npm ci

- name: Build
run: npx build E2E
run: npm run build-e2e

- name: Setup E2E
run: |
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@
],
"scripts": {
"start": "dev",
"start-e2e": "env target=E2E dev",
"ts": "dev -- echo Starting TypeScript compiler...",
"go": "dev --help",
"start:storybook": "dev -- start-storybook -p 9009 -s public --quiet",
"build": "build",
"build-e2e": "env target=E2E build",
"build-ci": "node --max_old_space_size=4096 -r ts-node/register/transpile-only scripts/ci-build.ts",
"build-storybook": "build -- build-storybook -s public --quiet",
"build-ios": "run-s build:ios:webpack build:ios:ext:prebuilt",
Expand Down

0 comments on commit 8f7ba9b

Please sign in to comment.