Skip to content

Commit

Permalink
Merge pull request #134 from Lundalogik/dep-bump
Browse files Browse the repository at this point in the history
Dependency bump
  • Loading branch information
FlippAre committed Sep 9, 2019
2 parents d0087f2 + 120da39 commit 57596d0
Show file tree
Hide file tree
Showing 4 changed files with 1,491 additions and 1,970 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,15 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 12.x
- name: Force node-sass
run: sudo npm install --unsafe-perm node-sass
- name: npm install and build
run: |
sudo npm install
sudo npm run build --if-present
npm install
npm run build
- name: setup semantic release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
sudo npm install -g semantic-release/semantic-release#master
npm install -g semantic-release/semantic-release#master
zip -r LBS dist VBA
semantic-release
8 changes: 3 additions & 5 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,9 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 12.x
- name: Force node-sass
run: sudo npm install --unsafe-perm node-sass
- name: npm install, test and build
run: |
sudo npm install
sudo npm run test
sudo npm run build
npm install
npm run test
npm run build
Loading

0 comments on commit 57596d0

Please sign in to comment.