mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2025-06-08 21:49:32 +00:00
build(global): update CI image used for CI and add docker:ci script in package.json
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@gmail.com>
This commit is contained in:
parent
0b2a9abb93
commit
1dd427afb9
2 changed files with 6 additions and 6 deletions
|
@ -3,8 +3,9 @@
|
|||
"version": "0.1.0",
|
||||
"description": "Personal website for my tildes + Gemini version of blog posts",
|
||||
"scripts": {
|
||||
"dev": "mkdocs serve",
|
||||
"build": "mkdocs build"
|
||||
"dev": "./bin/localdev.sh",
|
||||
"build": "mkdocs build",
|
||||
"docker:ci": "docker build -t dock.mau.dev/ajhalili2006/tildeverse-web/build-ci:localdev ./docker"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue