mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Prettier should ignore bundle.js file - refs #1893
This commit is contained in:
parent
ae11fa5887
commit
00e233d7a7
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
},
|
||||
"scripts": {
|
||||
"fix": "npm run prettier -- --write",
|
||||
"prettier": "prettier 'datasette/static/*[!.min].js'"
|
||||
"prettier": "prettier 'datasette/static/*[!.min|bundle].js'"
|
||||
},
|
||||
"dependencies": {
|
||||
"@codemirror/lang-sql": "^6.3.3",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue