Skip to content

Commit

Permalink
fix(*): Make sure lint:type runs correctly in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mhofman committed Feb 3, 2022
1 parent 16414e2 commit a520419
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion packages/base64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"lint": "yarn lint:types && yarn lint:js",
"lint-fix": "eslint --fix .",
"lint:js": "eslint .",
"lint:types": "tsc --build jsconfig.json",
"lint:types": "tsc -p jsconfig.json",
"test": "ava"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cjs-module-analyzer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"lint": "yarn lint:types && yarn lint:js",
"lint-fix": "eslint --fix .",
"lint:js": "eslint .",
"lint:types": "tsc --build jsconfig.json",
"lint:types": "tsc -p jsconfig.json",
"test": "ava"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"lint": "yarn lint:types && yarn lint:js",
"lint-fix": "eslint --fix .",
"lint:js": "eslint .",
"lint:types": "tsc --build jsconfig.json",
"lint:types": "tsc -p jsconfig.json",
"test": "exit 0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/compartment-mapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"lint": "yarn lint:types && yarn lint:js",
"lint-fix": "eslint --fix .",
"lint:js": "eslint .",
"lint:types": "tsc --build jsconfig.json",
"lint:types": "tsc -p jsconfig.json",
"test": "ava"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/daemon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"lint": "yarn lint:types && yarn lint:js",
"lint-fix": "eslint --fix .",
"lint:js": "eslint .",
"lint:types": "tsc --build jsconfig.json",
"lint:types": "tsc -p jsconfig.json",
"test": "ava"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/lp32/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"lint": "yarn lint:types && yarn lint:js",
"lint-fix": "eslint --fix .",
"lint:js": "eslint .",
"lint:types": "tsc --build jsconfig.json",
"lint:types": "tsc -p jsconfig.json",
"test": "ava"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/netstring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"lint": "yarn lint:types && yarn lint:js",
"lint-fix": "eslint --fix .",
"lint:js": "eslint .",
"lint:types": "tsc --build jsconfig.json",
"lint:types": "tsc -p jsconfig.json",
"test": "ava"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/promise-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"lint-check": "yarn lint",
"lint-fix": "eslint --fix .",
"lint:js": "eslint .",
"lint:types": "tsc --build jsconfig.json",
"lint:types": "tsc -p jsconfig.json",
"test": "ava",
"test:xs": "exit 0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ses-ava/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"lint": "yarn lint:types && yarn lint:js",
"lint-fix": "eslint --fix .",
"lint:js": "eslint .",
"lint:types": "tsc --build jsconfig.json",
"lint:types": "tsc -p jsconfig.json",
"test": "ava"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ses-types-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"lint": "yarn lint:types && yarn lint:ts",
"lint-fix": "eslint --fix . --ext .ts",
"lint:ts": "eslint . --ext .ts",
"lint:types": "tsc --build tsconfig.json",
"lint:types": "tsc -p tsconfig.json",
"test": "yarn lint:types"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ses/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"lint": "yarn lint:types && yarn lint:js",
"lint-fix": "eslint --fix .",
"lint:js": "eslint .",
"lint:types": "tsc --build jsconfig.json",
"lint:types": "tsc -p jsconfig.json",
"prepublish": "yarn run clean && yarn build",
"qt": "ava",
"test": "yarn build && ava",
Expand Down
2 changes: 1 addition & 1 deletion packages/static-module-record/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"build": "exit 0",
"cover": "c8 ava",
"lint": "yarn lint:types && yarn lint:js",
"lint:types": "tsc --build jsconfig.json",
"lint:types": "tsc -p jsconfig.json",
"lint:js": "eslint .",
"lint-fix": "eslint --fix .",
"test": "ava"
Expand Down
2 changes: 1 addition & 1 deletion packages/stream-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"lint": "yarn lint:types && yarn lint:js",
"lint-fix": "eslint --fix .",
"lint:js": "eslint .",
"lint:types": "tsc --build jsconfig.json",
"lint:types": "tsc -p jsconfig.json",
"test": "ava"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/stream-types-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"lint": "yarn lint:types && yarn lint:ts",
"lint-fix": "eslint --fix . --ext .ts",
"lint:ts": "eslint . --ext .ts",
"lint:types": "tsc --build tsconfig.json",
"lint:types": "tsc -p tsconfig.json",
"test": "yarn lint:types"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/stream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"lint": "yarn lint:types && yarn lint:js",
"lint-fix": "eslint --fix .",
"lint:js": "eslint .",
"lint:types": "tsc --build jsconfig.json",
"lint:types": "tsc -p jsconfig.json",
"test": "ava"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/syrup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"lint": "yarn lint:types && yarn lint:js",
"lint-fix": "eslint --fix .",
"lint:js": "eslint .",
"lint:types": "tsc --build jsconfig.json",
"lint:types": "tsc -p jsconfig.json",
"test": "ava"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/where/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"lint": "yarn lint:types && yarn lint:js",
"lint-fix": "eslint --fix .",
"lint:js": "eslint .",
"lint:types": "tsc --build jsconfig.json",
"lint:types": "tsc -p jsconfig.json",
"test": "ava"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/zip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"lint": "yarn lint:types && yarn lint:js",
"lint-fix": "eslint --fix .",
"lint:js": "eslint .",
"lint:types": "tsc --build jsconfig.json",
"lint:types": "tsc -p jsconfig.json",
"test": "ava"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion scripts/repackage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ NEWPKGJSONHASH=$(
"build": "exit 0",
"test": "ava",
"lint": "yarn lint:types && yarn lint:js",
"lint:types": "tsc --build jsconfig.json",
"lint:types": "tsc -p jsconfig.json",
"lint:js": "eslint .",
"lint-fix": "eslint --fix .",
}) | to_entries | sort_by(.key) | from_entries,
Expand Down

0 comments on commit a520419

Please sign in to comment.