Skip to content

Commit

Permalink
added format script to package.json (#43)
Browse files Browse the repository at this point in the history
Co-authored-by: Stefano Ricci <[email protected]>
  • Loading branch information
SteRiccio and SteRiccio authored Jun 22, 2021
1 parent 9b5c4c1 commit fd6af8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
"clean": "rimraf dist ./node_modules/.cache/",
"copy-assets": "copyfiles -u 1 src/**/*.sql dist/",
"dbmigrate:create": "ts-node src/db/dbMigrator/migration/create.ts",
"format": "prettier --write \"src/**/*.+(ts|js|jsx|json|yml|yaml|css|md|vue)\"",
"jest": "jest --detectOpenHandles",
"lint:fix": "npm run lint -- --fix",
"lint": "eslint 'src/**/*.{ts,tsx}'",
Expand Down

0 comments on commit fd6af8c

Please sign in to comment.