Skip to content

Commit 1c9cb64

Browse files
committed
chore: verify files on the build commands
1 parent 110d1c5 commit 1c9cb64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"worklet"
1313
],
1414
"scripts": {
15-
"build": "tsc && node ./lib/build.js",
15+
"build": "tsc && node ./lib/build.js && node ./lib/verifyFiles",
1616
"baseline-accept": "cpx \"generated\\**\" baselines\\",
1717
"lint": "eslint --max-warnings 0 src deploy/*.js && tsc -p deploy/jsconfig.json",
1818
"lint-fix": "eslint --max-warnings 0 src deploy/*.js --fix",

0 commit comments

Comments
 (0)