Skip to content

Commit

Permalink
Stop tracking package-lock.json (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
SandroHc committed Nov 20, 2023
1 parent e893fa9 commit b5a23e1
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6,636 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 18
cache: 'npm'
- name: Build JS bundle
run: npm ci
run: npm install
- name: Build site
uses: actions/jekyll-build-pages@v1
with:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 18
cache: 'npm'
- name: Install dependencies
run: npm ci
run: npm install
- name: Lints
run: npm run lint
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 18
cache: 'npm'
- name: Install dependencies
run: npm ci
run: npm install
- uses: jamesmortensen/chromedriver-matcher-action@v1
- name: Tests
run: npm test
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
/docs/demos/dist/
node_modules/
tests/qunit.css
package-lock.json
.DS_Store
.idea/
.python-version
Expand Down
Loading

0 comments on commit b5a23e1

Please sign in to comment.