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

github.com/icewind1991/files_markdown.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2021-02-26 20:54:20 +0300
committerRobin Appelman <robin@icewind.nl>2021-02-26 20:54:20 +0300
commitbfa2605cbdc4aa6628c3f3b4a1909ed369cee88a (patch)
tree16c1a84e3f04f184e251fea213f88932a395b0ed /package.json
parentd503c2eff4dd09df695fadd84e75ae21580b847d (diff)
basic ci
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json
index 6e3f759..cda5acc 100644
--- a/package.json
+++ b/package.json
@@ -41,5 +41,8 @@
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^5.24.2",
"webpack-cli": "^4.5.0"
+ },
+ "scripts": {
+ "build": "webpack --mode production"
}
}