mirror of
https://github.com/MillironX/setup-nextflow.git
synced 2024-11-22 09:49:56 +00:00
build: lib => lib/src
This commit is contained in:
parent
ab89b450a6
commit
edde65cf1e
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
"name": "install-nextflow-action",
|
"name": "install-nextflow-action",
|
||||||
"version": "1.2.0",
|
"version": "1.2.0",
|
||||||
"description": "An action to install Nextflow into a GitHub Actions workflow and make it available for subsequent steps.",
|
"description": "An action to install Nextflow into a GitHub Actions workflow and make it available for subsequent steps.",
|
||||||
"main": "lib/main.js",
|
"main": "lib/src/main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
"format": "prettier --write '**/*.{ts,js,yml,md,json}'",
|
"format": "prettier --write '**/*.{ts,js,yml,md,json}'",
|
||||||
|
|
Loading…
Reference in a new issue