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: |
yarn install --frozen-lockfile
yarn build:action
mv packages/action/dist/* svg-only/
mv packages/action/dist svg-only/dist
- name: push new commit
uses: EndBug/add-and-commit@v7

1
.gitignore vendored
View File

@@ -2,4 +2,5 @@ node_modules
npm-debug.log*
yarn-error.log*
dist
!svg-only/dist
build

View File

@@ -17,7 +17,7 @@
],
"scripts": {
"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",
"dev:demo": "( cd packages/demo ; yarn dev )",
"build:demo": "( cd packages/demo ; yarn build )",

View File

@@ -4,7 +4,7 @@ author: "platane"
runs:
using: node16
main: index.js
main: dist/index.js
inputs:
github_user_name:

File diff suppressed because one or more lines are too long