Add release task
parent
e89eaecf12
commit
08774496ec
|
@ -36,6 +36,7 @@
|
||||||
"build:dev": "cross-env NODE_ENV=development rollup --config",
|
"build:dev": "cross-env NODE_ENV=development rollup --config",
|
||||||
"dev": "cross-env NODE_ENV=development rollup --config --watch",
|
"dev": "cross-env NODE_ENV=development rollup --config --watch",
|
||||||
"lint": "eslint src/*.js",
|
"lint": "eslint src/*.js",
|
||||||
|
"release": "np",
|
||||||
"size": "size-limit",
|
"size": "size-limit",
|
||||||
"test": "yarn lint && yarn build && yarn size",
|
"test": "yarn lint && yarn build && yarn size",
|
||||||
"postversion": "yarn build"
|
"postversion": "yarn build"
|
||||||
|
|
Loading…
Reference in New Issue