Skip to content

Commit

Permalink
Fixes #416. Fixes #417
Browse files Browse the repository at this point in the history
Co-authored-by: mgillam <[email protected]>
  • Loading branch information
eoftedal and mgillam committed Aug 31, 2023
1 parent e204b13 commit 9bcdb6c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion node/lib/retire.d.ts

This file was deleted.

2 changes: 1 addition & 1 deletion node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"scripts": {
"test": "./test",
"build": "tsc && chmod ugo+x lib/cli.js",
"build": "tsc && chmod ugo+x lib/cli.js && cp src/retire.d.ts lib/retire.d.ts",
"watch": "tsc --watch ",
"typecheck": "tsc --noEmit",
"lint": "eslint . --ext .ts --fix --ignore-path ../.gitignore",
Expand Down

0 comments on commit 9bcdb6c

Please sign in to comment.