Skip to content

Commit

Permalink
Update build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
rebornix committed Jan 10, 2020
1 parent 23ce269 commit 23a83ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion extensions/notebook-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
},
"scripts": {
"compile": "tsc -p ./",
"watch": "tsc -watch -p ./"
"watch": "tsc -watch -p ./",
"build": "webpack-cli --config extension.webpack.config.js"
},
"dependencies": {
"@jupyter-widgets/base": "^2.0.2",
Expand Down

0 comments on commit 23a83ca

Please sign in to comment.