Temporarily replace build script with verbose commands

This commit is contained in:
Lewis Dale 2023-03-12 07:50:51 +00:00
parent b7ccca665a
commit 96311681ed
2 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
"build": "run-s \"build:*\"",
"build": "npm run build:props && npm run build:css && npm run build:eleventy",
"build:props": "node scripts/custom-props.js",
"build:css": "postcss src/css/styles.css --base src --dir _site/assets",
"build:eleventy": "eleventy",

1
printenv.js Normal file
View File

@ -0,0 +1 @@
console.log(process.env.NODE_ENV);