This commit is contained in:
platane
2022-03-24 11:55:47 +01:00
parent 5df41911e6
commit e1dcae75b9
5 changed files with 4 additions and 48726 deletions

View File

@@ -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
View File

@@ -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

View File

@@ -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 )",

View File

@@ -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:

File diff suppressed because one or more lines are too long