mirror of
https://github.com/Shopify/draggable.git
synced 2025-12-08 20:15:56 +00:00
Merge pull request #589 from Shopify/improves-verify-command
Better yarn verify command
This commit is contained in:
commit
717a4b524e
@ -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/**/*",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user