1
0
Fork 1
mirror of https://github.com/SomboChea/ui synced 2024-06-18 17:29:43 +07:00

chore: add script release

This commit is contained in:
Juan Picado @jotadeveloper 2019-04-04 23:09:33 +02:00
parent 6323af638f
commit 411c801751
No known key found for this signature in database
GPG Key ID: 18AC54485952D158

View File

@ -102,6 +102,7 @@
],
"scripts": {
"flow": "flow check",
"release": "standard-version -a -s",
"test:clean": "npx jest --clearCache",
"test": "cross-env NODE_ENV=test BABEL_ENV=test TZ=UTC FORCE_COLOR=1 jest --config ./jest.config.js --maxWorkers 2 --passWithNoTests",
"test:size": "bundlesize",