Skip to content

Commit

Permalink
fix: refresh dist on each release (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
derberg authored Jun 28, 2021
1 parent 2c1d163 commit 19e0d4e
Show file tree
Hide file tree
Showing 7 changed files with 227,741 additions and 48,296 deletions.
Binary file modified dist/fsevents.node
Binary file not shown.
Binary file added dist/fsevents1.node
Binary file not shown.
276,018 changes: 227,730 additions & 48,288 deletions dist/index.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/index.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/sourcemap-register.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"scripts": {
"release": "semantic-release",
"lint": "eslint --max-warnings 0 --config .eslintrc lib",
"package": "npm run test && ncc build lib/index.js -o dist",
"package": "ncc build lib/index.js -o dist -s --external=\"@npmcli/run-script\"",
"test": "jest --coverage",
"start": "node lib/index.js",
"generate:assets": "echo 'No additional assets need to be generated at the moment'",
"generate:assets": "npm run package",
"bump:version": "npm --no-git-tag-version --allow-same-version version $VERSION"
},
"repository": {
Expand Down Expand Up @@ -37,8 +37,9 @@
"eslint-plugin-sonarjs": "^0.5.0",
"husky": "^4.2.3",
"semantic-release": "^17.2.3",
"@vercel/ncc": "^0.25.1",
"jest": "^26.6.3"
"@vercel/ncc": "^0.28.6",
"jest": "^26.6.3",
"@npmcli/run-script": "^1.8.5"
},
"dependencies": {
"@actions/core": "^1.2.3",
Expand Down Expand Up @@ -72,7 +73,7 @@
},
"husky": {
"hooks": {
"pre-commit": "npm run package"
"pre-commit": "npm run test && npm run package"
}
}
}

0 comments on commit 19e0d4e

Please sign in to comment.