Skip to content

Commit

Permalink
build script
Browse files Browse the repository at this point in the history
  • Loading branch information
santanacostamarco committed May 2, 2020
1 parent 7fd7156 commit 283d659
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
yarn.lock
yarn.lock
dist
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"main": "index.js",
"author": "Marco Santana <[email protected]>",
"license": "MIT",
"scripts": {
"build": "tsc"
},
"dependencies": {
"express": "^4.17.1"
},
Expand Down

0 comments on commit 283d659

Please sign in to comment.