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

Commit

Permalink
workflows (gulp-sass): adjust after latest changes
Browse files Browse the repository at this point in the history
Change-Id: I01471ddf5038edde2eb0ca2ceb134d504f3d9621
  • Loading branch information
andi34 committed Aug 5, 2020
1 parent f33649c commit f7051a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gulp_sass.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
- name: Install modules
run: yarn install
- name: Running gulp-sass
run: yarn build
run: yarn build:sass
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"build": "npm run format && npm run build:faq && npm run build:gulp",
"build:faq": "mdown --input 'faq/*.md' --output manual --header faq/header.html --footer faq/footer.html",
"build:gulp": "gulp",
"build:sass": "gulp sass",
"eslint": "eslint src/js/*.js",
"eslint:fix": "eslint src/js/*.js --fix",
"format": "npm-run-all --parallel format:*",
Expand Down

0 comments on commit f7051a1

Please sign in to comment.