Update some scripts in package.json

This commit is contained in:
Nikita Karamov 2020-03-29 23:48:54 +02:00
parent 16a9fabea4
commit b088312af8
No known key found for this signature in database
GPG Key ID: E40DFE6E993540FF
1 changed files with 3 additions and 2 deletions

View File

@ -30,10 +30,11 @@
"scripts": {
"build": "rollup -c ./rollup/rollup.config.prod.js",
"dev": "rollup -w -c ./rollup/rollup.config.dev.js",
"pretest": "run-p build",
"pretest": "run-s build",
"test:lint": "eslint-ci --ext .js,.ts ./src/",
"test:size": "size-limit",
"test": "run-p test:*"
"test": "run-p test:*",
"postversion": "run-s build"
},
"dependencies": {},
"devDependencies": {