Skip to content

Commit

Permalink
Add frontend-core check:types
Browse files Browse the repository at this point in the history
  • Loading branch information
adrinr committed Dec 24, 2024
1 parent 37a8ae2 commit 8265fc8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/frontend-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"author": "Budibase",
"license": "MPL-2.0",
"svelte": "./src/index.ts",
"scripts": {
"check:types": "yarn svelte-check"
},
"dependencies": {
"@budibase/bbui": "*",
"@budibase/shared-core": "*",
Expand All @@ -13,5 +16,8 @@
"lodash": "4.17.21",
"shortid": "2.2.15",
"socket.io-client": "^4.7.5"
},
"devDependencies": {
"svelte-check": "^4.1.0"
}
}

0 comments on commit 8265fc8

Please sign in to comment.