1
0
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:
James Hillyerd
2020-09-13 10:39:16 -07:00
parent 2162a4caaa
commit 8adfd82232

View File

@@ -4,6 +4,7 @@
"license": "MIT",
"private": true,
"scripts": {
"clean": "rm -rf dist elm-stuff",
"build": "webpack --mode production",
"watch": "webpack --mode development --watch",
"dev": "webpack-dev-server --mode development --port 3000 --hot --watch",