Skip to content

Commit

Permalink
Merge pull request #242 from nextcloud/feat/stylelint-14
Browse files Browse the repository at this point in the history
Move stylelint to 14
  • Loading branch information
artonge authored Nov 29, 2021
2 parents cf31a59 + d0285c0 commit 1fdf4b8
Show file tree
Hide file tree
Showing 5 changed files with 611 additions and 4,047 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/npm-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,18 @@ jobs:
- name: Set up npm ${{ steps.versions.outputs.npmVersion }}
run: npm i -g npm@"${{ steps.versions.outputs.npmVersion }}"

- name: Install dependencies & build
- name: Install webpack-vue-config dependencies & build
run: |
npm ci
npm pack
- name: Install dependencies & build test app
run: |
cd tests
npm ci
# Manually install dependency to check for incompatibilities
version=$(cat ../package.json | jq --raw-output .version)
npm install -D ../nextcloud-webpack-vue-config-$version.tgz
# Build test app dev and production
npm run dev
npm run build
Loading

0 comments on commit 1fdf4b8

Please sign in to comment.