Mindplot module script correction

This commit is contained in:
Ezequiel Vega 2021-09-30 17:31:26 +00:00
parent 43db369942
commit f85959b99b

View File

@ -20,8 +20,7 @@
"url": "git+https://ezequielVega@bitbucket.org/lilabyus/wisemapping-frontend.git" "url": "git+https://ezequielVega@bitbucket.org/lilabyus/wisemapping-frontend.git"
}, },
"scripts": { "scripts": {
"build": "yarn build:dev && yarn build:test", "build": "webpack --config webpack.prod.js",
"build:dev": "webpack --config webpack.prod.js",
"test": "webpack serve --config webpack.test.js", "test": "webpack serve --config webpack.test.js",
"start": "webpack serve --config webpack.dev.js" "start": "webpack serve --config webpack.dev.js"
}, },