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 29d634d commit 5e65cb3Copy full SHA for 5e65cb3
.github/workflows/hourly.yml
@@ -14,9 +14,9 @@ jobs:
14
with:
15
node-version: '12'
16
- name: Install
17
- run: npm install
+ run: npm install --production
18
- name: Update
19
- run: npm start hourly --production
+ run: npm start hourly
20
- name: Commit
21
uses: EndBug/add-and-commit@v5
22
.github/workflows/weekly.yml
- run: npm start weekly --production
+ run: npm start weekly
0 commit comments