mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-28 20:53:24 +10:00
Add Prettier script + options
This commit is contained in:
parent
5d4379f7e8
commit
ac40c080c4
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@
|
|||
"clean": "rm -rf build/*",
|
||||
"dev": "sharetribe-scripts start",
|
||||
"build": "sharetribe-scripts build",
|
||||
"prettier": "prettier --write --print-width 100 --single-quote --trailing-comma src/**/*.js server/*.js",
|
||||
"test": "sharetribe-scripts test --env=jsdom",
|
||||
"test-ci": "sharetribe-scripts test --env=jsdom --runInBand",
|
||||
"eject": "sharetribe-scripts eject",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue