We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b44182 commit 3a905cdCopy full SHA for 3a905cd
package.json
@@ -35,7 +35,7 @@
35
"jest": "JEST_AIRTABLE_TS_DEV=true jest",
36
"jest:ci": "JEST_AIRTABLE_TS_DEV=true jest --reporters=default --reporters=jest-junit",
37
"test": "run-s build:sdk jest",
38
- "ci": "run-s lint jest:ci",
+ "ci": "run-s lint build:sdk jest:ci",
39
"watch": "npm-watch test",
40
"lint": "eslint ./src",
41
"prepare": "husky"
0 commit comments