Skip to content

Commit

Permalink
move publish.js to script dir, delete dist dir
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones-plip committed Jan 19, 2024
1 parent 889e361 commit 74811c0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 19 deletions.
18 changes: 0 additions & 18 deletions dist/index.js

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"build": "npm run cp-package-json && npx tsc",
"start": "node dist/index.js",
"dev": "tsc-watch --onSuccess \"node dist/index.js\"",
"publish": "node dist/publish.js"
"publish": "node scripts/publish.js"
},
"repository": {
"type": "git",
Expand Down
File renamed without changes.

0 comments on commit 74811c0

Please sign in to comment.