mirror of
https://github.com/NickKaramoff/shareon
synced 2025-02-09 08:08:44 +01:00
Update some scripts in package.json
This commit is contained in:
parent
16a9fabea4
commit
b088312af8
@ -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": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user