Compare commits

..

3 Commits

Author SHA1 Message Date
17de85d648 package lock 2026-05-13 13:37:03 -07:00
e3ec8324af drone pipeline starter 2026-05-13 13:36:51 -07:00
f35a4f0a33 allow site to be real 2026-05-13 13:36:38 -07:00
5 changed files with 15 additions and 2 deletions

10
.drone.yml Normal file
View File

@ -0,0 +1,10 @@
kind: pipeline
type: docker
name: default
steps:
- name: test
image: node:current
commands:
- npm install
- npm run build

1
.gitignore vendored
View File

@ -1,3 +1,2 @@
_live
_site
node_modules

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "_site"]
path = _site
url = https://heckin.technology/inherentlee/mattrbld-site

1
_site Submodule

Submodule _site added at 54377753f3

2
package-lock.json generated
View File

@ -1,5 +1,5 @@
{
"name": "mattrbld-test",
"name": "src",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,