feat: Update package.json scripts

This commit is contained in:
punkfairie 2024-11-10 18:31:31 -08:00
parent 831bf71977
commit 02e1dfc9d9
Signed by: punkfairie
GPG key ID: 01823C057725C266

View file

@ -4,8 +4,10 @@
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"dev": "npx @11ty/eleventy --serve", "dev": "bunx @11ty/eleventy --serve",
"build": "rm -rf dist && npx @11ty/eleventy" "build": "rm -rf dist && bunx @11ty/eleventy",
"docker:build": "docker build -t codewith.babesonthe.net/punkfairie/punkfairie-site:latest .",
"docker:push": "docker push codewith.babesonthe.net/punkfairie/punkfairie-site:latest"
}, },
"keywords": [], "keywords": [],
"author": "", "author": "",