Skip to content

Commit

Permalink
Merge pull request #589 from Shopify/improves-verify-command
Browse files Browse the repository at this point in the history
Better yarn verify command
  • Loading branch information
tsov committed Oct 12, 2023
2 parents ef42455 + 65eb5d7 commit 717a4b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"test": "jest",
"build:development": "yarn rollup --config rollup.development.config.ts --configPlugin @rollup/plugin-typescript",
"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",
"verify": "yarn lint && yarn type-check && yarn build && yarn test"
"verify": "yarn lint && yarn type-check && yarn build && yarn build:development && yarn test && yarn --cwd ./examples build"
},
"files": [
"build/**/*",
Expand Down

0 comments on commit 717a4b5

Please sign in to comment.