mirror of
https://github.com/dnlbauer/obsidian-dataview-autocompletion.git
synced 2026-09-11 22:55:30 +00:00
chore: add prettier write script
This commit is contained in:
@@ -7,6 +7,7 @@
|
|||||||
"dev": "npx rollup --config rollup.config.js -w",
|
"dev": "npx rollup --config rollup.config.js -w",
|
||||||
"build": "npx rollup --config rollup.config.js --environment BUILD:production",
|
"build": "npx rollup --config rollup.config.js --environment BUILD:production",
|
||||||
"check-format": "npx prettier --check src",
|
"check-format": "npx prettier --check src",
|
||||||
|
"fix-format": "npx prettier --write src",
|
||||||
"test": "npx jest",
|
"test": "npx jest",
|
||||||
"bdd": "npx jest -i --watch --no-cache",
|
"bdd": "npx jest -i --watch --no-cache",
|
||||||
"version": "node ersion-bump.mjs && git add manifest.json versions.json"
|
"version": "node ersion-bump.mjs && git add manifest.json versions.json"
|
||||||
|
|||||||
Reference in New Issue
Block a user