ci update

This commit is contained in:
ejahnGithub
2024-02-23 12:43:18 -08:00
parent dbe6e39e22
commit 169a8ea839
3 changed files with 10 additions and 1 deletions
+4 -1
View File
@@ -5,5 +5,8 @@
"noEmit": true
},
"include": ["../../__tests__/**/*", "../../src/**/*"],
"exclude": ["../../dist", "../../node_modules", "../../coverage", "*.json"]
"exclude": ["../../dist", "../../node_modules", "../../coverage", "*.json"],
"references": [
{ "path": "./packages/attest" }
]
}
+3
View File
@@ -39,6 +39,9 @@ jobs:
id: install
run: npm ci
- name: Build @actions/attest
run: npm run build --workspace packages/attest
- name: Build dist/ Directory
id: build
run: npm run bundle
+3
View File
@@ -31,6 +31,9 @@ jobs:
- name: Install Dependencies
id: install
run: npm ci
- name: Build @actions/attest
run: npm run build --workspace packages/attest
- name: Lint Codebase
id: super-linter