Skip to content
This repository has been archived by the owner on Nov 6, 2018. It is now read-only.

Commit

Permalink
Add bower and npm steps to conda build
Browse files Browse the repository at this point in the history
  • Loading branch information
anhi committed Sep 27, 2016
1 parent bae5880 commit 8d787e5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nb-mermaid",
"version": "0.1.1",
"version": "0.2.0",
"authors": [
"Nicholas Bollweg <[email protected]>"
],
Expand Down
3 changes: 3 additions & 0 deletions conda.recipe/bld.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
bower install
npm install
npm run build
"%PYTHON%" setup.py install
"%PREFIX%\Scripts\jupyter-nbextension.exe" install nb-mermaid --py --sys-prefix
if errorlevel 1 exit 1
3 changes: 3 additions & 0 deletions conda.recipe/build.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
bower install
npm install
npm run build
"${PYTHON}" setup.py install
"${PREFIX}/bin/jupyter-nbextension" install nb-mermaid --py --sys-prefix

0 comments on commit 8d787e5

Please sign in to comment.