Skip to content

Commit

Permalink
chore: add build step to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kevee committed Jan 13, 2025
1 parent 2b44182 commit 3a905cd
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 @@ -35,7 +35,7 @@
"jest": "JEST_AIRTABLE_TS_DEV=true jest",
"jest:ci": "JEST_AIRTABLE_TS_DEV=true jest --reporters=default --reporters=jest-junit",
"test": "run-s build:sdk jest",
"ci": "run-s lint jest:ci",
"ci": "run-s lint build:sdk jest:ci",
"watch": "npm-watch test",
"lint": "eslint ./src",
"prepare": "husky"
Expand Down

0 comments on commit 3a905cd

Please sign in to comment.