Skip to content

Commit 717a4b5

Browse files
authored
Merge pull request #589 from Shopify/improves-verify-command
Better yarn verify command
2 parents ef42455 + 65eb5d7 commit 717a4b5

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)