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:
authorFront <27463495+Frontesque@users.noreply.github.com>2021-12-27 01:18:27 +0300
committerFront <27463495+Frontesque@users.noreply.github.com>2021-12-27 01:18:27 +0300
commitc076eecbb5f1e0d63c24c210794c0645d3812e8a (patch)
treec9b04cea4807cec143ba81fa21ddaa49ee7f709b /package.json
parent5ab9e6c29d39eeeb2c75410e138f59e69cce60ca (diff)
fix compile issues
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 07388b7..5aad85a 100644
--- a/package.json
+++ b/package.json
@@ -4,8 +4,9 @@
"description": "Chrome extension to return youtube dislikes",
"main": "ryd.content-script.js",
"scripts": {
- "start": "webpack \"./Extensions/combined/ryd.content-script.js\" -o \"./Extensions/combined/dist/\" --watch",
- "build": "webpack \"./Extensions/combined/ryd.content-script.js\" -o \"./Extensions/combined\"",
+ "start": "echo To build for development, please use \"npm run dev\". To build for production, please use \"npm run build\".",
+ "dev": "webpack \"./Extensions/combined/ryd.content-script.js\" -o \"./Extensions/combined/dist/\" --watch",
+ "build": "webpack --mode=development \"./Extensions/combined/ryd.content-script.js\" -o \"./Extensions/combined\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {