Skip to content

Commit

Permalink
create build and prepublish script
Browse files Browse the repository at this point in the history
  • Loading branch information
jonchurch committed May 16, 2023
1 parent c7b7b7f commit 44fab22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ node_modules

dist/
.env*.local
package-lock.json
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.0",
"main": "index.js",
"scripts": {
"build": "tsup axiosRequestQueue.ts --format esm,cjs --clean",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
Expand Down

0 comments on commit 44fab22

Please sign in to comment.