Skip to content

Commit

Permalink
pdf json command
Browse files Browse the repository at this point in the history
  • Loading branch information
sarinali committed Dec 4, 2023
1 parent b0ec306 commit 62fdff9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"start-pc": "set PORT=3000 && react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --transformIgnorePatterns \"node_modules/(?!axios)/\"",
"eject": "react-scripts eject"
"eject": "react-scripts eject",
"pdf-install": "rm -rf public/pspdfkit-lib && cp -R ./node_modules/pspdfkit/dist/pspdfkit-lib public/pspdfkit-lib/"
},
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit 62fdff9

Please sign in to comment.