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 f007a2b commit 873130cCopy full SHA for 873130c
packages/app-check/package.json
@@ -8,7 +8,9 @@
8
"scripts": {
9
"build": "genversion --semi lib/version.js",
10
"build:clean": "rimraf android/build && rimraf ios/build",
11
- "prepare": "yarn run build"
+ "build:plugin": "rimraf plugin/build && tsc --build plugin",
12
+ "lint:plugin": "eslint plugin/src/*",
13
+ "prepare": "yarn run build && yarn run build:plugin"
14
},
15
"repository": {
16
"type": "git",
0 commit comments