Skip to content

Commit 3a905cd

Browse files
committed
chore: add build step to CI
1 parent 2b44182 commit 3a905cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"jest": "JEST_AIRTABLE_TS_DEV=true jest",
3636
"jest:ci": "JEST_AIRTABLE_TS_DEV=true jest --reporters=default --reporters=jest-junit",
3737
"test": "run-s build:sdk jest",
38-
"ci": "run-s lint jest:ci",
38+
"ci": "run-s lint build:sdk jest:ci",
3939
"watch": "npm-watch test",
4040
"lint": "eslint ./src",
4141
"prepare": "husky"

0 commit comments

Comments
 (0)