Skip to content

Commit

Permalink
Iterate
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Telatynski <[email protected]>
  • Loading branch information
t3chguy committed Apr 8, 2024
1 parent e9c449c commit 7ccdcc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions knip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ export default {
"jest-environment-jsdom",
"babel-jest",
"ts-node",
// Used by release.sh
"allchange",
// Used by `@babel/plugin-transform-runtime`
"@babel/runtime",
],
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"node": ">=18.0.0"
},
"scripts": {
"prepack": "yarn build",
"start": "echo THIS IS FOR LEGACY PURPOSES ONLY. && babel src -w -s -d lib --verbose --extensions \".ts,.js\"",
"clean": "rimraf lib",
"build": "yarn build:dev",
Expand All @@ -18,11 +19,10 @@
"lint:js-fix": "prettier --log-level=warn --write . && eslint --fix src spec",
"lint:types": "tsc --noEmit",
"lint:workflows": "find .github/workflows -type f \\( -iname '*.yaml' -o -iname '*.yml' \\) | xargs -I {} sh -c 'echo \"Linting {}\"; action-validator \"{}\"'",
"lint:knip": "knip",
"test": "jest",
"test:watch": "jest --watch",
"coverage": "yarn test --coverage",
"prepack": "yarn build",
"lint:knip": "knip"
"coverage": "yarn test --coverage"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 7ccdcc8

Please sign in to comment.