Skip to content

Commit 873130c

Browse files
authored
fix(app-check, expo): ensure config plugin is built before using (#7704)
1 parent f007a2b commit 873130c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/app-check/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
"scripts": {
99
"build": "genversion --semi lib/version.js",
1010
"build:clean": "rimraf android/build && rimraf ios/build",
11-
"prepare": "yarn run build"
11+
"build:plugin": "rimraf plugin/build && tsc --build plugin",
12+
"lint:plugin": "eslint plugin/src/*",
13+
"prepare": "yarn run build && yarn run build:plugin"
1214
},
1315
"repository": {
1416
"type": "git",

0 commit comments

Comments
 (0)