We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e40316 + e8dcba0 commit c7dc688Copy full SHA for c7dc688
package.json
@@ -4,8 +4,8 @@
4
"description": "Smooth scrolling for any amount of data",
5
"main": "index.js",
6
"scripts": {
7
- "demo": "webpack-dev-server --inline --hot --open --port 3000",
8
- "test": "echo \"Error: no test specified\" && exit 1"
+ "demo": "cross-env NODE_ENV=development webpack-dev-server --inline --hot --open --port 3000",
+ "build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
9
},
10
"repository": {
11
"type": "git",
0 commit comments