Skip to content

Commit b7e85a5

Browse files
committed
chore: check-in dist
1 parent c4954e1 commit b7e85a5

4 files changed

Lines changed: 17575 additions & 3 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
with:
2525
node-version: ${{ matrix.node-version }}
2626
- run: npm ci
27-
- run: npm run build --if-present
2827
- run: npm test
2928
- run: npm run test:integration
3029
env:

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ name: "write-guard"
22
description: "Enforce file level write access for monorepos"
33
runs:
44
using: "node12"
5-
main: "src/index.js"
5+
main: "dist/index.js"

0 commit comments

Comments
 (0)