From 217583743aa578bede59ca5117e015670e4d5099 Mon Sep 17 00:00:00 2001 From: "m.marjorie" Date: Fri, 4 Apr 2025 09:42:48 +0800 Subject: [PATCH] Add minimal Node.js project for build.yaml --- index.js | 1 + package.json | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 index.js create mode 100644 package.json diff --git a/index.js b/index.js new file mode 100644 index 0000000..95c24fa --- /dev/null +++ b/index.js @@ -0,0 +1 @@ +console.log('Building...') diff --git a/package.json b/package.json new file mode 100644 index 0000000..de01eaf --- /dev/null +++ b/package.json @@ -0,0 +1,16 @@ +{ + "name": "testing-ci-cd", + "version": "1.0.0", + "description": "# Test 4 # Test 4", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "https://gitea.qoneqtor.com/m.marjorie/testing-ci-cd.git" + }, + "keywords": [], + "author": "", + "license": "ISC" +}