Commit 4c9e06d0 authored by Wohlgemuth, Jason's avatar Wohlgemuth, Jason
Browse files

fix: Return package json to orginal

parent 1c77da20
Loading
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -8,17 +8,17 @@
    "dev": "astro dev --host --open",
    "dev:mac": "astro dev --host",
    "predownload": "npm run clean",
    "download": "acorn.exe download --buckets buckets.json --output src/data",
    "download": "./acorn download --buckets buckets.json --output src/data",
    "postdownload": "run-s format copy",
    "start": "astro dev",
    "build:pdf": "acorn.exe export src/data --output public/pdf",
    "build:pdf": "./acorn export src/data --output public/pdf",
    "build:src": "astro build",
    "build": "run-p build:*",
    "preview": "astro preview",
    "astro": "astro",
    "format": "acorn.exe format src/data --ignore highlight -vv",
    "format": "./acorn format src/data --ignore highlight -vv",
    "lint:code": "eslint --fix --config ./eslint.config.js",
    "lint:data": "acorn.exe check src/data",
    "lint:data": "./acorn check src/data",
    "lint": "run-p lint:*"
  },
  "dependencies": {