Skip to content

Commit 06f28cf

Browse files
committed
fix package.json
1 parent 9612826 commit 06f28cf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/cubejs-mssql-driver/package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@
1717
],
1818
"main": "index.js",
1919
"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+
},
2027
"dependencies": {
2128
"@cubejs-backend/base-driver": "1.3.5",
2229
"@cubejs-backend/shared": "1.3.5",

0 commit comments

Comments
 (0)