👷
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -56,7 +56,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
yarn install --frozen-lockfile
|
yarn install --frozen-lockfile
|
||||||
yarn build:action
|
yarn build:action
|
||||||
mv packages/action/dist/* svg-only/
|
mv packages/action/dist svg-only/dist
|
||||||
|
|
||||||
- name: push new commit
|
- name: push new commit
|
||||||
uses: EndBug/add-and-commit@v7
|
uses: EndBug/add-and-commit@v7
|
||||||
|
|||||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,4 +2,5 @@ node_modules
|
|||||||
npm-debug.log*
|
npm-debug.log*
|
||||||
yarn-error.log*
|
yarn-error.log*
|
||||||
dist
|
dist
|
||||||
|
!svg-only/dist
|
||||||
build
|
build
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"type": "tsc --noEmit",
|
"type": "tsc --noEmit",
|
||||||
"lint": "yarn prettier -c '**/*.{ts,js,json,md,yml,yaml}' '!packages/*/dist/**'",
|
"lint": "yarn prettier -c '**/*.{ts,js,json,md,yml,yaml}' '!packages/*/dist/**' '!svg-only/dist/**'",
|
||||||
"test": "jest --verbose --passWithNoTests --no-cache",
|
"test": "jest --verbose --passWithNoTests --no-cache",
|
||||||
"dev:demo": "( cd packages/demo ; yarn dev )",
|
"dev:demo": "( cd packages/demo ; yarn dev )",
|
||||||
"build:demo": "( cd packages/demo ; yarn build )",
|
"build:demo": "( cd packages/demo ; yarn build )",
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ author: "platane"
|
|||||||
|
|
||||||
runs:
|
runs:
|
||||||
using: node16
|
using: node16
|
||||||
main: index.js
|
main: dist/index.js
|
||||||
|
|
||||||
inputs:
|
inputs:
|
||||||
github_user_name:
|
github_user_name:
|
||||||
|
|||||||
48723
svg-only/index.js
48723
svg-only/index.js
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user