Skip to content

Commit

Permalink
cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
stoprocent committed Jul 23, 2024
1 parent 880d58b commit aade339
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,9 @@ jobs:
submodules: recursive
- uses: actions/download-artifact@v4
with:
name: build-artifacts
path: prebuilds
pattern: build-artifacts-*
merge-multiple: true
- uses: actions/setup-node@v4
with:
node-version: 20.x
Expand Down
7 changes: 6 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,14 @@
.github
.clang-format
*.md
*.gyp
eslint.config.*
build
docs
src
include
external
npm-debug.log
npm-debug.log
tsconfig.json
lib
example
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"debug": "npx node-gyp build --debug",
"install": "node-gyp-build && npx tsc",
"postinstall": "patch-package",
"lint": "eslint \"**/*.js\"",
"lint-fix": "eslint \"**/*.js\" --fix",
"lint": "eslint .",
"prebuildify": "prebuildify --napi --target 17.0.0 --force --strip --verbose",
"prebuildify-cross": "prebuildify-cross --napi --target 17.0.0 --force --strip --verbose",
"semantic-release": "semantic-release",
Expand Down

0 comments on commit aade339

Please sign in to comment.