Skip to content

Commit

Permalink
Fix prettier command
Browse files Browse the repository at this point in the history
  • Loading branch information
chiatt committed Aug 6, 2024
1 parent 076dae6 commit 93ed5d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"eslint:watch": "nodemon --watch . --ext ts,vue --exec npm run --silent eslint:check",
"gettext:extract": "vue-gettext-extract",
"gettext:compile": "vue-gettext-compile",
"prettier:check": "prettier glass/src --check",
"prettier:fix": "prettier glass/src --write",
"prettier:check": "prettier disco/src --check",
"prettier:fix": "prettier disco/src --write",
"ts:check": "vue-tsc --noEmit",
"ts:watch": "vue-tsc --watch --noEmit",
"start": "cross-env NODE_OPTIONS=--max-old-space-size=2048 webpack serve --config ./webpack/webpack.config.dev.js",
Expand Down

0 comments on commit 93ed5d1

Please sign in to comment.