Skip to content

Commit

Permalink
chore: small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
surunzi committed Nov 27, 2022
1 parent 520ec89 commit 08ccb5f
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 @@ -14,8 +14,8 @@
],
"scripts": {
"ci": "npm run lint && npm run build && npm run es5",
"format": "npm run format:server && lsla prettier 'src/**/*.ts' '*.{js,json}' 'bin/*.js' 'test/*.{html,json,js,css}' --write",
"format:server": "lsla prettier 'server/**/*.js' --write",
"format": "npm run format:server && lsla prettier \"src/**/*.ts\" \"*.{js,json}\" \"bin/*.js\" \"test/*.{html,json,js,css}\" --write",
"format:server": "lsla prettier \"server/**/*.js\" --write",
"build": "gulp clean && webpack --mode=production && npm run build:front_end",
"build:front_end": "cd devtools/devtools-frontend && gn gen out/Default --args=\"is_debug=false\" && autoninja -C out/Default && gulp copy:release",
"dev": "webpack --mode=development -w",
Expand Down

0 comments on commit 08ccb5f

Please sign in to comment.