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 110d1c5 commit 1c9cb64Copy full SHA for 1c9cb64
package.json
@@ -12,7 +12,7 @@
12
"worklet"
13
],
14
"scripts": {
15
- "build": "tsc && node ./lib/build.js",
+ "build": "tsc && node ./lib/build.js && node ./lib/verifyFiles",
16
"baseline-accept": "cpx \"generated\\**\" baselines\\",
17
"lint": "eslint --max-warnings 0 src deploy/*.js && tsc -p deploy/jsconfig.json",
18
"lint-fix": "eslint --max-warnings 0 src deploy/*.js --fix",
0 commit comments