Skip to content

Commit 914fdd9

Browse files
authored
Merge pull request #213 from waysact/housekeeping-2023-02
Housekeeping
2 parents 48644cf + 3ebe9e5 commit 914fdd9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.eslintrc.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ module.exports = {
44
plugins: ["@typescript-eslint", "prettier", "jest"],
55
env: {
66
node: true,
7-
"jest/globals": true,
87
},
98
extends: ["eslint:recommended", "prettier"],
109
rules: {

webpack-subresource-integrity/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,12 @@
6666
},
6767
"scripts": {
6868
"clean-dist": "test -d dist && find dist ! -name package.json -type f -exec rm -f \\{\\} + || true",
69-
"prepublish": "yarn clean-dist && tsc -p tsconfig.json && tsc -p tsconfig-mjs.json && api-extractor run --local"
69+
"prepublish": "yarn clean-dist && yarn run tsc -p tsconfig.json && yarn run tsc -p tsconfig-mjs.json && yarn run api-extractor run --local"
7070
},
7171
"files": [
72-
"/dist",
72+
"/dist/*/*.ts",
73+
"/dist/*/*.js",
74+
"/dist/*/*.map",
7375
"/tsdoc-metadata.json",
7476
"/README.md",
7577
"/LICENSE"

0 commit comments

Comments
 (0)