mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-17 09:37:02 +00:00
ui: add npm run clean script
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"clean": "rm -rf dist elm-stuff",
|
||||||
"build": "webpack --mode production",
|
"build": "webpack --mode production",
|
||||||
"watch": "webpack --mode development --watch",
|
"watch": "webpack --mode development --watch",
|
||||||
"dev": "webpack-dev-server --mode development --port 3000 --hot --watch",
|
"dev": "webpack-dev-server --mode development --port 3000 --hot --watch",
|
||||||
|
|||||||
Reference in New Issue
Block a user