mirror of
https://github.com/status-im/codimd.git
synced 2025-01-27 03:25:12 +00:00
Change npm task 'build' to 'dev'
This commit is contained in:
parent
b8467a562c
commit
ab21311161
@ -5,7 +5,7 @@
|
||||
"main": "app.js",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"build": "webpack --config webpack.config.js --progress --colors --watch"
|
||||
"dev": "webpack --config webpack.config.js --progress --colors --watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"async": "^2.0.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user