Skip to content

Commit

Permalink
Merge pull request #213 from waysact/housekeeping-2023-02
Browse files Browse the repository at this point in the history
Housekeeping
  • Loading branch information
jscheid committed Feb 23, 2023
2 parents 48644cf + 3ebe9e5 commit 914fdd9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion .eslintrc.js
Expand Up @@ -4,7 +4,6 @@ module.exports = {
plugins: ["@typescript-eslint", "prettier", "jest"],
env: {
node: true,
"jest/globals": true,
},
extends: ["eslint:recommended", "prettier"],
rules: {
Expand Down
6 changes: 4 additions & 2 deletions webpack-subresource-integrity/package.json
Expand Up @@ -66,10 +66,12 @@
},
"scripts": {
"clean-dist": "test -d dist && find dist ! -name package.json -type f -exec rm -f \\{\\} + || true",
"prepublish": "yarn clean-dist && tsc -p tsconfig.json && tsc -p tsconfig-mjs.json && api-extractor run --local"
"prepublish": "yarn clean-dist && yarn run tsc -p tsconfig.json && yarn run tsc -p tsconfig-mjs.json && yarn run api-extractor run --local"
},
"files": [
"/dist",
"/dist/*/*.ts",
"/dist/*/*.js",
"/dist/*/*.map",
"/tsdoc-metadata.json",
"/README.md",
"/LICENSE"
Expand Down

0 comments on commit 914fdd9

Please sign in to comment.