c7e6337bd0
GitOrigin-RevId: 08e4dc3a907a6dfec8bb3bbf1540d8abbffea22b
14 lines
266 B
Diff
14 lines
266 B
Diff
diff --git a/package.json b/package.json
|
|
index 57dcfc2f7..c9f23dbf7 100644
|
|
--- a/package.json
|
|
+++ b/package.json
|
|
@@ -79,5 +79,8 @@
|
|
"defaults",
|
|
"not ie > 0",
|
|
"not ie_mob > 0"
|
|
- ]
|
|
+ ],
|
|
+ "scripts": {
|
|
+ "build": "node_modules/.bin/webpack"
|
|
+ }
|
|
}
|