Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ahmadtaimoor-deriv/SmartCharts in…
Browse files Browse the repository at this point in the history
…to testlink_test
  • Loading branch information
ahmadtaimoor-deriv committed Feb 2, 2024
2 parents 2f2ffc7 + fd63af6 commit dc5f13f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/generate_preview_link.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:

env:
HEAD_REF: ${{ github.head_ref }}
NODE_ENV: 'production'

concurrency:
group: cloudflare-pages-build-"$HEAD_REF"
Expand Down Expand Up @@ -101,6 +100,8 @@ jobs:
run: cd SmartCharts && npm run test

- name: Build deriv-app
env:
NODE_ENV: 'production'
run: cd deriv-app && npm run build:all

- name: Setup Node
Expand Down

0 comments on commit dc5f13f

Please sign in to comment.