mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-07-02 23:54:28 -06:00
rename scripts
This commit is contained in:
parent
cbf0f6e387
commit
31d9ae828e
@ -22,11 +22,11 @@
|
||||
"build:watch": "rollup -c -w",
|
||||
"build:types": "tsc --emitDeclarationOnly --declaration --outDir dist/types",
|
||||
"postbuild": "npm run build:types",
|
||||
"pretest": "npm run lint",
|
||||
"pretest": "npm run check",
|
||||
"test": "npm run test:unit",
|
||||
"test:unit": "vitest run",
|
||||
"test:e2e": "cypress run",
|
||||
"lint": "prettier --check . && eslint .",
|
||||
"check": "prettier --check . && eslint .",
|
||||
"fix": "prettier --write . && eslint --fix ."
|
||||
},
|
||||
"dependencies": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user