We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9612826 commit 06f28cfCopy full SHA for 06f28cf
packages/cubejs-mssql-driver/package.json
@@ -17,6 +17,13 @@
17
],
18
"main": "index.js",
19
"typings": "dist/src/index.d.ts",
20
+ "scripts": {
21
+ "build": "rm -rf dist && npm run tsc",
22
+ "tsc": "tsc",
23
+ "watch": "tsc -w",
24
+ "lint": "eslint src/* test/* --ext .ts,.js",
25
+ "lint:fix": "eslint --fix src/* test/* --ext .ts,.js"
26
+ },
27
"dependencies": {
28
"@cubejs-backend/base-driver": "1.3.5",
29
"@cubejs-backend/shared": "1.3.5",
0 commit comments