Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Fix babel command on windows (#70)
Browse files Browse the repository at this point in the history
* Fix babel command on windows

* Move babel back to dependencies
  • Loading branch information
joshuali925 authored Jan 13, 2021
1 parent 4cb591a commit 438634f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kibana-notebooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"test:server": "yarn plugin-helpers test:server",
"test:browser": "yarn plugin-helpers test:browser",
"test:cypress": "cypress run",
"postinstall": "yarn run babel node_modules/@nteract/markdown/lib -d node_modules/@nteract/markdown/lib; yarn run babel node_modules/@nteract/mathjax/lib -d node_modules/@nteract/mathjax/lib; yarn run babel node_modules/@nteract/outputs/lib -d node_modules/@nteract/outputs/lib; yarn run babel node_modules/@nteract/presentational-components/lib -d node_modules/@nteract/presentational-components/lib; yarn run babel node_modules/ansi-to-react/lib -d node_modules/ansi-to-react/lib;"
"postinstall": "yarn run babel node_modules/@nteract/markdown/lib -d node_modules/@nteract/markdown/lib && yarn run babel node_modules/@nteract/mathjax/lib -d node_modules/@nteract/mathjax/lib && yarn run babel node_modules/@nteract/outputs/lib -d node_modules/@nteract/outputs/lib && yarn run babel node_modules/@nteract/presentational-components/lib -d node_modules/@nteract/presentational-components/lib && yarn run babel node_modules/ansi-to-react/lib -d node_modules/ansi-to-react/lib"
},
"devDependencies": {
"cypress": "^5.0.0",
Expand Down

0 comments on commit 438634f

Please sign in to comment.