Skip to content

Commit

Permalink
feat: simplify build
Browse files Browse the repository at this point in the history
  • Loading branch information
prescience-data committed Oct 16, 2023
1 parent 5e6fe84 commit 2228f15
Show file tree
Hide file tree
Showing 15 changed files with 1,214 additions and 2,394 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/rebuild-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,10 @@ jobs:
node-version: 18
- name: Build
run: |
npm install -g pnpm dprint
cd build
pnpm install --frozen-lockfile --no-optional
pnpm lint
pnpm build
node ./scripts/sync.mjs
node ./scripts/build.mjs
- uses: EndBug/add-and-commit@v9
with:
message: "ci: readme"
message: "ci: build"
add: README.md

246 changes: 121 additions & 125 deletions README.md

Large diffs are not rendered by default.

7 changes: 0 additions & 7 deletions build/.ncurc.js

This file was deleted.

31 changes: 0 additions & 31 deletions build/dprint.json

This file was deleted.

Empty file removed build/package-lock.json
Empty file.
29 changes: 0 additions & 29 deletions build/package.json

This file was deleted.

Loading

0 comments on commit 2228f15

Please sign in to comment.