Build first page
This commit is contained in:
@@ -4,6 +4,13 @@
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": "cross-env NODE_ENV=production npm-run-all clean - p build:*",
|
||||
"build:eleventy": "eleventy",
|
||||
"build:webpack": "webpack",
|
||||
"clean": "rm -rf dist",
|
||||
"start": "npm-run-all clean -p build:* -p start:*",
|
||||
"start:eleventy": "eleventy --serve --quiet",
|
||||
"start:webpack": "webpack --watch",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"keywords": [],
|
||||
|
||||
Reference in New Issue
Block a user