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
* move publish.js to script dir, delete dist dir

* point package.json at correct index file for start call

* Update package.json

Co-authored-by: Kenn Sippell <[email protected]>

---------

Co-authored-by: Kenn Sippell <[email protected]>
  • Loading branch information
mrjones-plip and kennsippell authored Jan 22, 2024
1 parent 889e361 commit 960bf86
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 960bf86

Please sign in to comment.