Compare commits

...
3 Commits
Author SHA1 Message Date
inherentlee 17de85d648 package lock 2026-05-13 13:37:03 -07:00
inherentlee e3ec8324af drone pipeline starter 2026-05-13 13:36:51 -07:00
inherentlee f35a4f0a33 allow site to be real 2026-05-13 13:36:38 -07:00
5 changed files with 15 additions and 2 deletions
+10
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
View File
@@ -1,3 +1,2 @@
_live _live
_site
node_modules node_modules
+3
View File
@@ -0,0 +1,3 @@
[submodule "_site"]
path = _site
url = https://heckin.technology/inherentlee/mattrbld-site
Submodule
+1
Submodule _site added at 54377753f3
+1 -1
View File
@@ -1,5 +1,5 @@
{ {
"name": "mattrbld-test", "name": "src",
"version": "1.0.0", "version": "1.0.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,