Skip to content

Commit 869a4c1

Browse files
authored
Merge pull request #123 from JohnnyTheTank/122/Replace-Makefile-w-something-that-reads-the-libs-metadata
Replace Makefile w/ something that reads the libs metadata
2 parents 3da8d92 + a74eec7 commit 869a4c1

File tree

10 files changed

+698
-351
lines changed

10 files changed

+698
-351
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ jobs:
2525
with:
2626
node-version: ${{ matrix.node.version }}
2727
- run: npm install
28-
- run: make public
29-
- run: npm run build
28+
- run: npm run build:all
3029
- name: Archive production artifacts
3130
uses: actions/upload-artifact@v4
3231
with:

Makefile

Lines changed: 0 additions & 285 deletions
This file was deleted.

0 commit comments

Comments
 (0)