mirror of
https://github.com/MillironX/setup-nextflow.git
synced 2024-11-23 10:09:54 +00:00
wip: Add build to repo for debugging purposes
This should be removed before merging. The only reason I'm doing this is because Github actions provides no other way for me to test this action at the scale that we need. If you are reading this past the v2.0 release, then something went terribly wrong.
This commit is contained in:
parent
ca6f80e650
commit
3267bfebb3
5 changed files with 3 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -89,7 +89,9 @@ out
|
||||||
|
|
||||||
# Nuxt.js build / generate output
|
# Nuxt.js build / generate output
|
||||||
.nuxt
|
.nuxt
|
||||||
dist
|
# TODO: Remove the dist folder again after merging
|
||||||
|
# This folder is only committed right now to allow for remote testing
|
||||||
|
#dist
|
||||||
|
|
||||||
# Gatsby files
|
# Gatsby files
|
||||||
.cache/
|
.cache/
|
||||||
|
|
BIN
dist/LICENSE
generated
vendored
Normal file
BIN
dist/LICENSE
generated
vendored
Normal file
Binary file not shown.
BIN
dist/index.js
generated
vendored
Normal file
BIN
dist/index.js
generated
vendored
Normal file
Binary file not shown.
BIN
dist/index.js.map
generated
vendored
Normal file
BIN
dist/index.js.map
generated
vendored
Normal file
Binary file not shown.
BIN
dist/sourcemap-register.js
generated
vendored
Normal file
BIN
dist/sourcemap-register.js
generated
vendored
Normal file
Binary file not shown.
Loading…
Reference in a new issue