File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
demo/client/components/DemoEditor Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2020 - mkdir -p $CIRCLE_TEST_REPORTS/nyc && cp test-results.xml $CIRCLE_TEST_REPORTS/nyc
2121deployment :
2222 production :
23- branch : master
23+ branch : [' master', 'fix-prism']
2424 commands :
2525 - npm run build:demo
2626 - npm run deploy:demo
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ const plugins = [createMarkdownShortcutsPlugin()];
3030
3131const decorators = [
3232 new PrismDecorator ( {
33+ prism : Prism ,
3334 getSyntax ( block ) {
3435 const language = block . getData ( ) . get ( 'language' ) ;
3536 if ( typeof Prism . languages [ language ] === 'object' ) {
Original file line number Diff line number Diff line change 6262 "css-modules-require-hook" : " ^4.0.5" ,
6363 "dirty-chai" : " ^1.2.2" ,
6464 "draft-js-plugins-editor" : " 2.0.0-beta7" ,
65- "draft-js-prism" : " ^1.0.3 " ,
65+ "draft-js-prism" : " ngs/draft-js-prism#6edb31c3805dd1de3fb897cc27fced6bac1bafbb " ,
6666 "enzyme" : " ^2.6.0" ,
6767 "eslint" : " ^3.11.1" ,
6868 "eslint-config-airbnb" : " ^13.0.0" ,
You can’t perform that action at this time.
0 commit comments