Home
/
apps
/
outliner
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05848b8
)
add dev script for starting webpack in watch mode
author
xangelo
<git@xangelo.ca>
Tue, 24 Jan 2023 05:51:48 +0000
(
00:51
-0500)
committer
xangelo
<git@xangelo.ca>
Tue, 24 Jan 2023 05:51:51 +0000
(
00:51
-0500)
package.json
patch
|
blob
|
history
diff --git
a/package.json
b/package.json
index e4b29f8dab836b724511373a7e461eebf02b4977..47b95a2688195d07fea2f60ac04234f443890926 100644
(file)
--- a/
package.json
+++ b/
package.json
@@
-1,6
+1,7
@@
{
"name": "outline-browser",
"scripts": {
+ "dev": "npx webpack -w",
"build": "npx webpack"
},
"devDependencies": {