Skip to content

Commit

Permalink
Fix workflow for JS
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Apr 18, 2024
1 parent 57e3301 commit 60e6f54
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,14 @@ jobs:
with:
node-version: '${{ steps.nvm.outputs.NVMRC }}'

- name: Install packages
- name: Install packages and test JS
run: |
rm package.json
wget https://raw.githubusercontent.com/digitoimistodude/devpackages/master/package.json
sed -i 's/PROJECTNAME/air-light/g' package.json
npm i
- name: Install air-light related packages
run: |
npm i airbnb-browser-shims@^3.3.0 --save
npm i moveto@^1.8.2 --save
npm i reframe.js@^4.0.0 --save
- name: Run eslint
run: |
npm i
npm i [email protected] --save-dev
eslint -c .eslintrc.js js/src/

0 comments on commit 60e6f54

Please sign in to comment.