mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 12:05:28 +00:00
chore: add Plop, Netlify CLI and npm-run-all
This commit is contained in:
@@ -7,6 +7,10 @@
|
||||
"start": "astro dev",
|
||||
"build": "astro build",
|
||||
"preview": "astro preview",
|
||||
"deploy": "netlify deploy --prod",
|
||||
"deploy:preview": "netflify deploy",
|
||||
"publish": "npm-run-all build deploy",
|
||||
"plop": "plop",
|
||||
"astro": "astro",
|
||||
"cspell": "cspell --words-only --unique 'src' | sort --ignore-case >> .cspell/dictionary.txt",
|
||||
"prepare": "husky install"
|
||||
@@ -51,6 +55,9 @@
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"husky": "^8.0.3",
|
||||
"lint-staged": "^13.2.2",
|
||||
"netlify-cli": "^15.4.1",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"plop": "^3.1.2",
|
||||
"postcss-nesting": "^11.2.2",
|
||||
"prettier": "^2.8.8",
|
||||
"prettier-plugin-astro": "^0.9.1",
|
||||
|
||||
6388
pnpm-lock.yaml
generated
6388
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user