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

Commit

Permalink
Fix require.js path in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixHenninger committed Feb 20, 2018
1 parent 1f62f88 commit d586fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@
"postinstall": "npm run static:monaco && npm run static:requirejs",
"static:library": "shx mkdir -p public/api/_defaultStatic/lib/ && shx cp -R node_modules/lab.js/dist/labjs-starterkit/lib/* public/api/_defaultStatic/lib/",
"static:monaco": "shx cp -R node_modules/monaco-editor/min/vs/ public/vs",
"static:requirejs": "shx cp node_modules/requirejs/require.js public/vendor"
"static:requirejs": "shx mkdir -p public/vendor && shx cp node_modules/requirejs/require.js public/vendor/"
}
}

0 comments on commit d586fe0

Please sign in to comment.