We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02ce53c commit b18f889Copy full SHA for b18f889
.github/workflows/main_ourumbraco.yml
@@ -32,14 +32,19 @@ jobs:
32
with:
33
node-version: 10
34
- name: Install npm dependencies
35
+ working-directory: ./OurUmbraco.Client
36
run: npm install
37
- name: Install gulp prerequisites
38
39
run: npm install --save-dev jshint gulp-jshint
40
- name: Install gulp
41
42
run: npm install gulp
43
- name: Rebuild node-sass
44
45
run: npm rebuild node-sass
46
- name: Build project
47
48
run: gulp build
49
50
- name: Publish to folder
0 commit comments