mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
circleCI config move translate into separate run command within setup
This commit is contained in:
parent
22380341f1
commit
d8b0195c87
1 changed files with 4 additions and 1 deletions
|
@ -56,6 +56,9 @@ aliases:
|
|||
name: "Run npm install"
|
||||
command: |
|
||||
npm --production=false install
|
||||
- run:
|
||||
name: "Run npm translate"
|
||||
command: |
|
||||
mkdir -p intl
|
||||
npm run translate
|
||||
- *save_npm_cache
|
||||
|
@ -239,7 +242,7 @@ workflows:
|
|||
# - develop
|
||||
# - /^hotfix\/.*/
|
||||
# - /^release\/.*/
|
||||
test-multi-job-with-translate-cron-3:
|
||||
test-multi-job-with-translate-cron-4:
|
||||
triggers:
|
||||
- schedule: # every 15 minutes
|
||||
cron: "0,15,30,45 * * * *"
|
||||
|
|
Loading…
Reference in a new issue