feat: Update package.json scripts
This commit is contained in:
parent
831bf71977
commit
02e1dfc9d9
1 changed files with 4 additions and 2 deletions
|
@ -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": "",
|
||||||
|
|
Loading…
Reference in a new issue