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 22cb453
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6,633 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
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
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
node-version: 18
cache: 'npm'
- name: Install dependencies
run: npm ci
run: npm install
- name: Lints
run: npm run lint
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
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 22cb453

Please sign in to comment.