|
|
@@ -5,8 +5,8 @@
|
|
|
"scripts": {
|
|
|
"cypress:open": "cypress open --e2e --browser chrome",
|
|
|
"cypress:run": "cypress run --e2e --browser chrome",
|
|
|
- "format": "prettier --list-different $PWD/'**/{*.{js,mjs,ts,tsx,json},Jenkinsfile}'",
|
|
|
- "format:fix": "prettier --write $PWD/'**/{*.{js,mjs,ts,tsx,json},Jenkinsfile}'"
|
|
|
+ "format": "prettier --list-different $PWD/'**/*.{js,mjs,ts,tsx,json}'",
|
|
|
+ "format:fix": "prettier --write $PWD/'**/*.{js,mjs,ts,tsx,json}'"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
"@isomorphic-git/lightning-fs": "^4.6.0",
|