Skip to content
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.

Commit

Permalink
fix(workflows): add the dev env to node
Browse files Browse the repository at this point in the history
  • Loading branch information
alexthemaster committed May 23, 2020
1 parent 0c5260f commit e895ae1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ jobs:
git config --global user.name Penfoldium
git config --global user.email crumbs@penfoldium.org
- name: Install packages
run: npm install
run: |
NODE_ENV=development
npm install
- name: Clone the gh-pages branch
run: |
mkdir gh-pages
Expand Down

0 comments on commit e895ae1

Please sign in to comment.