mirror of
https://github.com/makeplane/plane.git
synced 2025-12-28 16:06:33 +01:00
chore: remove unused files
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
"tasks": {
|
||||
"build": {
|
||||
"dependsOn": ["^build"],
|
||||
"outputs": [".next/**", "dist/**", "build/**"]
|
||||
"outputs": ["dist/**", "build/**"]
|
||||
},
|
||||
"build-storybook": {
|
||||
"dependsOn": ["^build"],
|
||||
@@ -41,7 +41,7 @@
|
||||
},
|
||||
"check:lint": {
|
||||
"cache": false,
|
||||
"inputs": ["**/*", "!**/.next/**", "!**/dist/**"]
|
||||
"inputs": ["**/*", "!**/build/**", "!**/dist/**"]
|
||||
},
|
||||
"check:format": {
|
||||
"cache": false
|
||||
|
||||
Reference in New Issue
Block a user