WIP: update
ci/woodpecker/push/lint_general Pipeline was successful Details
ci/woodpecker/push/frontend Pipeline failed Details

npm
Richard Attermeyer 2024-01-29 10:43:09 +01:00
parent 704038ee54
commit 929aa8cc17
1 changed files with 3 additions and 3 deletions

View File

@ -9,9 +9,9 @@
"start": "remix-serve ./build/index.js",
"typecheck": "tsc",
"lint": "eslint app",
"lint:fix": "pnpm run lint --fix",
"prettier": "pnpm exec prettier . --check",
"prettier:fix": "pnpm exec prettier . --write"
"lint:fix": "npm run lint --fix",
"prettier": "npx prettier . --check",
"prettier:fix": "npx prettier . --write"
},
"dependencies": {
"@remix-run/css-bundle": "^2.2.0",