Skip to content

Commit

Permalink
Merge pull request #628 from wmde/improve-ci
Browse files Browse the repository at this point in the history
Improve `ci`
  • Loading branch information
Sperling-0 authored Nov 21, 2024
2 parents 7ad2df2 + be529fa commit ebdeb28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"lint:ts": "vue-tsc --noEmit",
"lint:css": "stylelint '**/*.{scss,vue}'",
"lint:test-imports": "node test/find_mismatched_imports.mjs",
"ci": "npm-run-all lint test",
"ci": "npm-run-all lint test check-content-version",
"check-content-version": "ts-node check-content-version.ts",
"coverage": "vitest run --coverage",
"update-content": "npm update fundraising-frontend-content"
Expand Down

0 comments on commit ebdeb28

Please sign in to comment.