Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Anarios/return-youtube-dislike.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeon Bubova <bubova.leon@gmx.de>2021-12-17 03:06:23 +0300
committerLeon Bubova <bubova.leon@gmx.de>2021-12-17 03:06:23 +0300
commitc46065fdc0a236ce17d2c567089d915b2bfb6a0f (patch)
tree30f372cebc52390e8035833dcc7fe20ed4ccac27 /package.json
parentf3fad5cce13b68da07a37da50fbb48ad523237ae (diff)
rename bundle script to start with file watcher, create build script without watcher
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json
index 6c0cb42..b5646da 100644
--- a/package.json
+++ b/package.json
@@ -4,8 +4,9 @@
"description": "Chrome extension to return youtube dislikes",
"main": "ryd.content-script.js",
"scripts": {
- "test": "echo \"Error: no test specified\" && exit 1",
- "bundle": "node_modules/.bin/webpack \"./Extensions/combined/ryd.content-script.js\" -o \"./Extensions/combined\""
+ "start": "node_modules/.bin/webpack \"./Extensions/combined/ryd.content-script.js\" -o \"./Extensions/combined\" --watch",
+ "build": "node_modules/.bin/webpack \"./Extensions/combined/ryd.content-script.js\" -o \"./Extensions/combined\"",
+ "test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",