Skip to content

Commit

Permalink
Add prettier npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
ku1ik committed Feb 22, 2024
1 parent 366138d commit 2465839
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"scripts": {
"build": "rollup -c --environment production",
"bundle": "rollup -c rollup.config.bundle.mjs --environment production && lessc src/less/asciinema-player.less >dist/bundle/asciinema-player.css",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier src/**/*.js --write"
},
"browserslist": [
"defaults and supports wasm"
Expand Down

0 comments on commit 2465839

Please sign in to comment.