Skip to content

Commit 65eb5d7

Browse files
committed
Better yarn verify command
1 parent ef42455 commit 65eb5d7

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
@@ -38,7 +38,7 @@
3838
"test": "jest",
3939
"build:development": "yarn rollup --config rollup.development.config.ts --configPlugin @rollup/plugin-typescript",
4040
"build:production": "tsc && tsc-alias && yarn rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript && yarn uglifyjs --compress --mangle -- build/umd/index.js -o build/umd/index.min.js",
41-
"verify": "yarn lint && yarn type-check && yarn build && yarn test"
41+
"verify": "yarn lint && yarn type-check && yarn build && yarn build:development && yarn test && yarn --cwd ./examples build"
4242
},
4343
"files": [
4444
"build/**/*",

0 commit comments

Comments
 (0)