Skip to content

Commit

Permalink
Adding docker package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad Anann committed Nov 12, 2023
1 parent 75a2620 commit aaa7092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json.docker
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test": "npx tsc && nyc --reporter=html --reporter=text-summary mocha",
"coverage": "nyc report --reporter=text-lcov > ./coverage/lcov.info",
"coveralls": "nyc report --reporter=text-lcov | coveralls && rm -r coverage",
"build": "babel src/ -d dist/ && pip install -r node_modules/career-model/requirements.txt",
"build": "babel src/ -d dist/ && pip install -r career-model/requirements.txt",
"flow": "flow"
},
"nyc": {
Expand Down

0 comments on commit aaa7092

Please sign in to comment.