Skip to content

Commit 1305bf1

Browse files
committed
Add Amplify build config and update docs deps
1 parent d9cbdf3 commit 1305bf1

3 files changed

Lines changed: 173 additions & 1 deletion

File tree

amplify.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
version: 1
2+
applications:
3+
- frontend:
4+
phases:
5+
preBuild:
6+
commands:
7+
- nvm use 24
8+
- export HUSKY=0
9+
- rm -rf src/docs/node_modules
10+
- npm install --ignore-scripts
11+
build:
12+
commands:
13+
- npm run build -w src/docs
14+
artifacts:
15+
baseDirectory: src/docs/dist
16+
files:
17+
- "**/*"
18+
cache:
19+
paths:
20+
- node_modules/**/*
21+
buildPath: /
22+
appRoot: src/docs

package-lock.json

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

src/docs/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"html-entities": "^2.3.3",
2525
"jquery": "^4.0.0",
2626
"js-yaml": "^4.1.0",
27-
"cssstyle": "^4.2.1",
2827
"jsdom": "^26.1.0",
2928
"marked": "^11.1.1"
3029
},

0 commit comments

Comments
 (0)