Skip to content

Commit

Permalink
build test
Browse files Browse the repository at this point in the history
  • Loading branch information
remko48 committed Jan 30, 2024
1 parent 8902aca commit 8e2c345
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/pull-request-build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
- name: Node-Sass
run: npm i node-sass

- name: sass
run: npm i sass

- name: Install dependencies
run: cd pwa && npm i

Expand Down
22 changes: 22 additions & 0 deletions pwa/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"prepare": "cd .. && husky install"
},
"dependencies": {
"node-sass": "^9.0.0",
"@conduction/components": "2.2.45",
"@conduction/theme": "1.1.15",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
Expand Down Expand Up @@ -75,6 +74,7 @@
"i18next": "^23.7.19",
"jwt-decode": "^4.0.0",
"lodash": "^4.17.21",
"node-sass": "^9.0.0",
"qs": "^6.11.2",
"react": "^18.2.0",
"react-collapsible": "^2.10.0",
Expand All @@ -88,6 +88,7 @@
"react-paginate": "^8.2.0",
"react-query": "^3.39.3",
"react-select": "^5.8.0",
"sass": "^1.70.0",
"showdown": "^2.1.0"
},
"devDependencies": {
Expand Down

0 comments on commit 8e2c345

Please sign in to comment.