Skip to content

Commit

Permalink
add types script
Browse files Browse the repository at this point in the history
  • Loading branch information
slavik-lvovsky committed Mar 11, 2020
1 parent 63aad64 commit e95ac39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
},
"scripts": {
"backend": "npm install && npm run compile",
"types": "cd ../types && npm i && npm run compile",
"frontend": "npm run frontend:install && npm run frontend:build && npm run frontend:copy",
"frontend:install": "cd ../frontend && npm i",
"frontend:build": "cd ../frontend && npm run build",
Expand Down

0 comments on commit e95ac39

Please sign in to comment.