Skip to content

Commit 96060c4

Browse files
committed
config changes
1 parent a14edaf commit 96060c4

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"main": "dist",
55
"license": "MIT",
66
"scripts": {
7-
"watch": "tsc --w -noEmit",
8-
"watch-build": "tsc --w",
9-
"build": "tsc",
10-
"prepublishOnly": "$npm_execpath build"
7+
"watch": "$npm_execpath run tsc --w -noEmit",
8+
"watch-build": "$npm_execpath run tsc --w",
9+
"build": "$npm_execpath run tsc",
10+
"prepublishOnly": "$npm_execpath run build"
1111
},
1212
"homepage": "https://flareapp.io",
1313
"repository": {
@@ -19,6 +19,7 @@
1919
},
2020
"devDependencies": {
2121
"@types/webpack": "^4.0.0",
22+
"typescript": "^4.6.2",
2223
"webpack": "^4.0.0"
2324
},
2425
"peerDependencies": {

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2386,6 +2386,11 @@ typedarray@^0.0.6:
23862386
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
23872387
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
23882388

2389+
typescript@^4.6.2:
2390+
version "4.6.2"
2391+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.2.tgz#fe12d2727b708f4eef40f51598b3398baa9611d4"
2392+
integrity sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg==
2393+
23892394
union-value@^1.0.0:
23902395
version "1.0.1"
23912396
resolved "https://registry.yarnpkg.com/union-value/-/union-value-1.0.1.tgz#0b6fe7b835aecda61c6ea4d4f02c14221e109847"

0 commit comments

Comments
 (0)