Skip to content

Commit c7dc688

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/master' into demo-dist
2 parents 4e40316 + e8dcba0 commit c7dc688

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"description": "Smooth scrolling for any amount of data",
55
"main": "index.js",
66
"scripts": {
7-
"demo": "webpack-dev-server --inline --hot --open --port 3000",
8-
"test": "echo \"Error: no test specified\" && exit 1"
7+
"demo": "cross-env NODE_ENV=development webpack-dev-server --inline --hot --open --port 3000",
8+
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
99
},
1010
"repository": {
1111
"type": "git",

0 commit comments

Comments
 (0)