Skip to content

Commit 31cb94e

Browse files
authored
added rollup optional dep (#202)
1 parent 47e7726 commit 31cb94e

File tree

3 files changed

+254
-0
lines changed

3 files changed

+254
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
run: |
2828
echo "PUBLIC_ANALYTICS_KEY=${{ secrets.POSTHOG_WEB_ANALYTICS }}" >> docs/.env
2929
cd docs
30+
rm -rf node_modules package-lock.json
3031
npm install
3132
cd ../pathfinder-rules/gen-script
3233
go mod download

docs/package-lock.json

Lines changed: 250 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,8 @@
1414
"@astrojs/starlight": "^0.32.2",
1515
"astro": "^5.4.2",
1616
"sharp": "^0.32.5"
17+
},
18+
"optionalDependencies": {
19+
"@rollup/rollup-linux-x64-gnu": "4.35.0"
1720
}
1821
}

0 commit comments

Comments
 (0)