remove unneeded scripts

This commit is contained in:
Abhinav 2023-11-09 11:32:47 +05:30
parent 7c63221a15
commit 2aaa2197a7
2 changed files with 1 additions and 10 deletions

View file

@ -7,10 +7,7 @@
"albums": "next dev -p 3002",
"auth": "next dev -p 3004",
"lint": "next lint",
"build": "next build",
"export": "next export",
"build-analyze": "ANALYZE=true next build",
"start": "next start"
"build": "next build"
},
"dependencies": {
"@date-io/date-fns": "^2.14.0",

View file

@ -14,9 +14,6 @@
"lint": "turbo run lint",
"albums": "turbo run albums",
"auth": "turbo run auth",
"export": "turbo run export",
"build-analyze": "ANALYZE=true next build",
"start": "turbo run start",
"prepare": "husky install"
},
"dependencies": {
@ -42,9 +39,6 @@
"turbo": "^1.10.3",
"typescript": "^5.1.3"
},
"standard": {
"parser": "babel-eslint"
},
"lint-staged": {
"apps/**/*.{js,jsx,ts,tsx}": [
"eslint --fix",