Skip to content

Commit

Permalink
chore: remove refs to /lib
Browse files Browse the repository at this point in the history
  • Loading branch information
nogic1008 committed Oct 30, 2020
1 parent a98de0a commit ec43a23
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@ jobs:
uses: technote-space/release-github-actions@v6
with:
BRANCH_NAME: releases/${MAJOR}
CLEAN_TARGETS: .[!.]*,__tests__,coverage,images,lib,node_modules,src,*.js,*.ts,*.json,*.lock,_config.yml
CLEAN_TARGETS: .[!.]*,__tests__,coverage,images,node_modules,src,*.ts,*.json,*.lock,_config.yml
COMMIT_MESSAGE: 'build: release ${{ steps.get_tag.outputs.version }} via ${{ github.sha }}'
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,4 @@ typings/
Thumbs.db

# Ignore built files
lib/
dist/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"fix:eslint": "yarn lint:eslint --fix",
"fix:prettier": "yarn lint:prettier --write",
"lint": "run-p lint:*",
"lint:eslint": "eslint --ext .ts,.js --ignore-path .gitignore .",
"lint:eslint": "eslint --ext .ts --ignore-path .gitignore .",
"lint:prettier": "prettier --ignore-path .gitignore -l \"**/*.{json,yaml,yml}\"",
"test": "jest"
},
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"target": "es2018",
"lib": ["es2018"],
"moduleResolution": "node",
"outDir": "./lib",
"rootDir": "./src",
"strict": true,
"noImplicitAny": true,
Expand Down

0 comments on commit ec43a23

Please # to comment.