mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-01-18 14:13:21 +08:00
fix script
This commit is contained in:
parent
74649772f3
commit
4e123bd006
@ -17,7 +17,7 @@
|
||||
"clean:packages": "rm -rf ./packages/*/dist",
|
||||
"test:open": "cypress open --project tests",
|
||||
"test": "cypress run --project tests",
|
||||
"reset": "clean:packages && rm -rf ./**/.cache && rm -rf ./**/node_modules && rm -rf ./yarn.lock && yarn install"
|
||||
"reset": "yarn clean:packages && rm -rf ./**/.cache && rm -rf ./**/node_modules && rm -rf ./yarn.lock && yarn install"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/preset-env": "^7.11.5",
|
||||
|
Loading…
Reference in New Issue
Block a user