Prettier should ignore bundle.js file - refs #1893

pull/1912/head
Simon Willison 2022-11-16 15:53:27 -08:00
rodzic 710be684b8
commit 8494be07ae
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -6,7 +6,7 @@
}, },
"scripts": { "scripts": {
"fix": "npm run prettier -- --write", "fix": "npm run prettier -- --write",
"prettier": "prettier 'datasette/static/*[!.min].js'" "prettier": "prettier 'datasette/static/*[!.min|bundle].js'"
}, },
"dependencies": { "dependencies": {
"@codemirror/lang-sql": "^6.3.3", "@codemirror/lang-sql": "^6.3.3",