Skip to content

Commit f2062af

Browse files
author
Roman
committed
Merge branch 'fylr-design'
2 parents e99e0de + cfe447e commit f2062af

File tree

15 files changed

+210
-139
lines changed

15 files changed

+210
-139
lines changed

demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "1.0.0",
44
"description": "Demo - Coffeescript",
55
"scripts": {
6-
"build": "npm run rmdist && webpack --progress --env.development",
7-
"build:production": "npm run rmdist && webpack --progress --env.production",
6+
"build": "npm run rmdist && webpack --progress --env development",
7+
"build:production": "npm run rmdist && webpack --progress --env production",
88
"build:watch": "npm run rmdist && webpack --watch --progress",
99
"start": "npm run rmdist && webpack-dev-server --host 0.0.0.0",
1010
"rmdist": "rimraf public/*"

0 commit comments

Comments
 (0)