Skip to content

Commit 1be380a

Browse files
Added the NCC build output ("dist" directory) to source control, which is required by GitHub Actions
1 parent c7e9b01 commit 1be380a

13 files changed

+10760
-9
lines changed

.gitignore

-4
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@ pids
3838
# Dependencies
3939
node_modules
4040

41-
# Build output
42-
/bin
43-
/lib
44-
4541
# Test output
4642
/.nyc_output
4743
/coverage

action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ outputs:
4141

4242
runs:
4343
using: node12
44-
main: bin/npm-publish.js
44+
main: dist/index.js

dist/index.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export {};

0 commit comments

Comments
 (0)