Skip to content

Commit

Permalink
Test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mejta committed Dec 12, 2023
1 parent 6cd65e3 commit c336431
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ docs export-ignore
package.json export-ignore
package-lock.json export-ignore
webpack.config.js export-ignore
.github export-ignore
2 changes: 1 addition & 1 deletion .github/workflows/build-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
node-version: 20

- name: Install dependencies
run: npm install
run: npm ci --force

- name: Build assets
run: npm run build
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"devDependencies": {
"@wordpress/icons": "^9.36.0",
"@wordpress/scripts": "^26.16.0",
"@wordpress/scripts": "^26.18.0",
"browser-sync": "^2.29.3",
"browser-sync-webpack-plugin": "^2.3.0",
"node-sass-glob-importer": "^5.3.3"
Expand Down

0 comments on commit c336431

Please sign in to comment.