Skip to content

Commit

Permalink
Remove redundant command
Browse files Browse the repository at this point in the history
  • Loading branch information
swsnr committed Oct 12, 2023
1 parent a553275 commit 8df5812
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
"generate:gir-types": "ts-for-gir generate",
"compile": "tsc --build tsconfig.json",
"lint": "eslint *.ts",
"format": "prettier --write *.ts *.json *.cjs",
"format:check": "prettier --check *.ts *.json *.cjs",
"format": "prettier *.ts *.json *.cjs",
"pack": "gnome-extensions pack --extra-source=README.md --extra-source=LICENSE-GPL2 --extra-source=LICENSE-MPL2",
"build": "npm run compile && npm run pack"
},
Expand Down

0 comments on commit 8df5812

Please sign in to comment.