Skip to content

Commit

Permalink
updating build steps
Browse files Browse the repository at this point in the history
  • Loading branch information
charliewilco committed Dec 24, 2019
1 parent cad6cb5 commit 65f1aaa
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ jobs:
run: npm i -g yarn
- name: Install deps and build package
run: yarn install --frozen-lockfile
- name: Build
run: |
yarn workspace postcss-parker build
yarn workspace postcss-gzip build
yarn workspace obsidian.css build
yarn workspace obsidian-documentation build
- name: Build postcss-parker
run: yarn workspace postcss-parker build
- name: Build postcss-gzip
run: yarn workspace postcss-gzip build
- name: Build obsidian.css
run: yarn workspace obsidian.css build
- name: Build postcss-parker
run: yarn workspace obsidian-documentation build

0 comments on commit 65f1aaa

Please sign in to comment.