Skip to content

Commit

Permalink
[CHORE] Remove old npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
Bwc9876 committed Dec 20, 2024
1 parent f5e39ae commit e099b9d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions owmods_gui/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
"lint": "tsc --noEmit && eslint --cache . --fix",
"lint-dry": "tsc --noEmit && eslint .",
"prettify": "prettier --write . --ignore-unknown",
"prettier-check": "prettier --check . --ignore-unknown",
"tauri": "cd ../backend && tauri"
"prettier-check": "prettier --check . --ignore-unknown"
},
"dependencies": {
"@emotion/react": "11.14.0",
Expand Down

0 comments on commit e099b9d

Please sign in to comment.