mirror of
https://github.com/kogakure/website-11ty-kogakure.de.git
synced 2026-02-03 12:15:28 +00:00
chore(netlify): switch to Netlify CLI
This commit is contained in:
@@ -5,6 +5,10 @@
|
||||
[build.environment]
|
||||
NODE_VERSION = "12.16"
|
||||
|
||||
[dev]
|
||||
command = "npm run dev"
|
||||
publish = "dist"
|
||||
|
||||
[[headers]]
|
||||
for = "/*"
|
||||
[headers.values]
|
||||
|
||||
@@ -10,10 +10,13 @@
|
||||
"clean": "npx del dist",
|
||||
"debug": "DEBUG=* npx eleventy",
|
||||
"deploy": "netlify deploy --prod",
|
||||
"deploy:preview": "netflify deploy",
|
||||
"dev": "ELEVENTY_ENV=development npm run watch",
|
||||
"live": "netlify dev --live",
|
||||
"prebuild": "npm run clean",
|
||||
"prestart": "npm run clean",
|
||||
"publish": "npm-run-all build deploy",
|
||||
"start": "npm run watch",
|
||||
"start": "netlify dev",
|
||||
"svg": "gulp svg",
|
||||
"watch": "npm-run-all --parallel watch:*",
|
||||
"watch:assets": "gulp",
|
||||
|
||||
Reference in New Issue
Block a user