Commit 57d98e84 authored by Jérome Perrin's avatar Jérome Perrin

package.json: enable npm run build command

parent 67560550
...@@ -6,7 +6,7 @@ To build, after cloning this repository: ...@@ -6,7 +6,7 @@ To build, after cloning this repository:
``` ```
npm install npm install
npm run webpack npm run build
``` ```
......
{ {
"name": "monaco-editor-erp5", "name": "monaco-editor-erp5",
"scripts": {
"build": "webpack --config webpack.config.js"
},
"dependencies": {}, "dependencies": {},
"devDependencies": { "devDependencies": {
"css-loader": "^0.28.11", "css-loader": "^0.28.11",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment