Skip to content

Commit

Permalink
feat(scripts): Agrega npm-script para linkear copia local de parser
Browse files Browse the repository at this point in the history
  • Loading branch information
lupomontero authored and mfdebian committed Mar 2, 2023
1 parent 9c56da0 commit a5c6836
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 @@ -30,7 +30,8 @@
"build": "GENERATE_SOURCEMAP=false react-scripts build",
"test": "react-scripts test --watchAll=false",
"eject": "react-scripts eject",
"link-parser": "rm -rf node_modules/@laboratoria/curriculum-parser && ln -s ../../../curriculum-parser-next node_modules/@laboratoria/curriculum-parser"
"link-parser": "rm -rf node_modules/@laboratoria/curriculum-parser && ln -s ../../../curriculum-parser node_modules/@laboratoria/",
"link-react": "rm -rf node_modules/@laboratoria/react && ln -s ../../../react node_modules/@laboratoria/"
},
"dependencies": {
"@emotion/react": "^11.10.5",
Expand Down

0 comments on commit a5c6836

Please sign in to comment.