Skip to content

Commit

Permalink
revert: Revert "chore: fix website report image issue (#1568)"
Browse files Browse the repository at this point in the history
This reverts commit 4f375db.
  • Loading branch information
njzjz committed Apr 30, 2022
1 parent 4f375db commit 9fc9644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -15,7 +15,7 @@
"build-report": "cd reacnetgenerator/static/webpack && yarn && yarn start && cd ../../../",
"copy-report": "mv reacnetgenerator/static/webpack/bundle.html docs/.vuepress/public/report_inline.html",
"build-web-report": "cd reacnetgenerator/static/webpack && yarn && REACNETGENERATOR_BUILDWEB=1 yarn start && cd ../../../",
"copy-web-report": "mv reacnetgenerator/static/webpack/bundle.html docs/.vuepress/public/report.html && mv reacnetgenerator/static/webpack/bundle.js reacnetgenerator/static/webpack/bundle.css reacnetgenerator/static/webpack/2ba5ddf3996b653ecfbc.png docs/.vuepress/public/"
"copy-web-report": "mv reacnetgenerator/static/webpack/bundle.html docs/.vuepress/public/report.html && mv reacnetgenerator/static/webpack/bundle.js reacnetgenerator/static/webpack/bundle.css docs/.vuepress/public/"
},
"license": "LGPL-3.0-only",
"version": "0.0.0-development",
Expand Down

0 comments on commit 9fc9644

Please sign in to comment.