Skip to content

Commit

Permalink
SNOW-1650062 verification of typings (#904)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-pmotacki authored Sep 12, 2024
1 parent a33f997 commit b83eba4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"devDependencies": {
"@aws-sdk/types": "^3.387.0",
"async": "^3.2.3",
"check-dts": "^0.8.2",
"eslint": "^8.41.0",
"mocha": "^10.2.0",
"mock-require": "^3.0.3",
Expand All @@ -55,8 +56,8 @@
},
"typings": "./index.d.ts",
"scripts": {
"lint:check": "eslint",
"lint:check:all": "eslint lib samples system_test test",
"lint:check": "eslint && check-dts index.d.ts",
"lint:check:all": "eslint lib samples system_test test && check-dts index.d.ts",
"lint:check:all:errorsOnly": "npm run lint:check:all -- --quiet",
"lint:fix": "eslint --fix",
"test": "mocha -timeout 180000 --recursive --full-trace test/unit/**/*.js test/unit/*.js",
Expand All @@ -77,4 +78,4 @@
"url": "https://www.snowflake.com/"
},
"license": "Apache-2.0"
}
}

0 comments on commit b83eba4

Please sign in to comment.