Add release task

This commit is contained in:
Nikita Karamov 2021-01-17 22:37:24 +03:00
parent e89eaecf12
commit 08774496ec
No known key found for this signature in database
GPG Key ID: E40DFE6E993540FF
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@
"build:dev": "cross-env NODE_ENV=development rollup --config",
"dev": "cross-env NODE_ENV=development rollup --config --watch",
"lint": "eslint src/*.js",
"release": "np",
"size": "size-limit",
"test": "yarn lint && yarn build && yarn size",
"postversion": "yarn build"