Skip to content

Commit

Permalink
update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
gregrickaby committed Sep 2, 2024
1 parent fa24f1a commit be9dcc6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
},
"homepage": "https://github.com/gregrickaby/viewer-for-reddit#readme",
"scripts": {
"build": "rimraf .next && next build",
"build": "next build",
"dev": "rimraf .next && next dev",
"format": "prettier '**/*.{mjs,cjs,js,jsx,ts,tsx,md,css,json,yml,yaml}' --ignore-path .gitignore --cache --write",
"lint": "npm run lint:css && npm run lint:js && next lint && tsc",
"lint:css": "stylelint '**/*.css' --ignore-path .gitignore --fix",
"lint:js": "eslint . --ignore-path .gitignore --fix",
"start": "next start -p 3000"
"start": "next start"
},
"dependencies": {
"@tabler/icons-react": "^3.14.0",
Expand All @@ -39,7 +39,7 @@
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.7",
"eslint-config-next": "^14.2.7",
"eslint-config-prettier": "^9.1.0",
"postcss": "^8.4.44",
"prettier": "^3.3.3",
Expand Down

0 comments on commit be9dcc6

Please sign in to comment.