We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5177b6a commit 02ce53cCopy full SHA for 02ce53c
.github/workflows/main_ourumbraco.yml
@@ -35,6 +35,8 @@ jobs:
35
run: npm install
36
- name: Install gulp prerequisites
37
run: npm install --save-dev jshint gulp-jshint
38
+ - name: Install gulp
39
+ run: npm install gulp
40
- name: Rebuild node-sass
41
run: npm rebuild node-sass
42
- name: Build project
0 commit comments