Skip to content

Commit

Permalink
style format code (prettier)
Browse files Browse the repository at this point in the history
  • Loading branch information
Convly committed Dec 6, 2023
1 parent 4b6bfb0 commit 1a3fa14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/utils/upgrade/package.json
Expand Up @@ -50,13 +50,13 @@
],
"scripts": {
"build": "pack-up build",
"watch": "pack-up watch",
"clean": "run -T rimraf ./dist",
"lint": "run -T eslint .",
"prepublishOnly": "yarn clean && yarn build",
"test:ts": "run -T tsc --noEmit",
"test:unit": "run -T jest",
"test:unit:watch": "run -T jest --watch"
"test:unit:watch": "run -T jest --watch",
"watch": "pack-up watch"
},
"dependencies": {
"chalk": "4.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/upgrade/tsconfig.eslint.json
@@ -1,7 +1,7 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"noEmit": true,
"noEmit": true
},
"include": ["src", "resources", "*.config.ts", "*.config.js", ".eslintrc.js"],
"exclude": ["node_modules", "dist"]
Expand Down

0 comments on commit 1a3fa14

Please sign in to comment.