+2
−0
+2
−3
| Original line number | Diff line number | Diff line |
|---|---|---|
| @@ -12,13 +12,12 @@ | ||
"start": "astro dev",
|
||
"build:projects": "./acorn export --path src/data/project --output public/pdf",
|
||
"build:organizations": "./acorn export --path src/data/organization --output public/pdf",
|
||
"build:highlights": "./acorn export --path src/data/highlight --output public/pdf --size widescreen --target highlight",
|
||
"build:pdf": "run-s build:projects build:organizations build:highlights",
|
||
"build:pdf": "run-s build:projects build:organizations",
|
||
"build:src": "astro build",
|
||
"build": "run-s build:pdf build:src",
|
||
"preview": "astro preview",
|
||
"astro": "astro",
|
||
"format": "./acorn format --path src/data -vv",
|
||
"format": "./acorn format --path src/data --ignore highlight -vv",
|
||
"lint:code": "eslint --fix --config ./eslint.config.js",
|
||
"lint:data": "./acorn check --path src/data",
|
||
"lint": "run-p lint:*"
|
||
+1
−4
Loading