Skip to content

Commit

Permalink
Add commands back
Browse files Browse the repository at this point in the history
  • Loading branch information
OmniTroid committed Jan 29, 2024
1 parent 276c369 commit 75e852e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,15 @@
"description": "Web-based Attorney Online client",
"type": "module",
"scripts": {
"babel": "babel ui.js -o ui.b.js",
"test": "jest",
"test:coverage": "jest --coverage",
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
"preview": "vite preview",
"lint": "eslint webAO --ext .js",
"lint:fix": "npm run lint -- --fix",
"prepare": "husky install"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 75e852e

Please sign in to comment.