mirror of
https://github.com/The-Low-Code-Foundation/OpenNoodl.git
synced 2026-01-11 06:42:57 +01:00
Changed app name
This commit is contained in:
10
.github/workflows/build-noodl-editor.yml
vendored
10
.github/workflows/build-noodl-editor.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: Build noodl-editor
|
name: Build Code Crusher
|
||||||
|
|
||||||
on:
|
on:
|
||||||
# Allows you to run this workflow manually from the Actions tab
|
# Allows you to run this workflow manually from the Actions tab
|
||||||
@@ -11,7 +11,7 @@ on:
|
|||||||
# types: [created]
|
# types: [created]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_noodl_editor:
|
build_code_crusher:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
@@ -55,12 +55,12 @@ jobs:
|
|||||||
- name: Install dependencies 🏗
|
- name: Install dependencies 🏗
|
||||||
run: npm install
|
run: npm install
|
||||||
|
|
||||||
- name: Build Noodl Viewer (build bundles and copy them to Noodl Editor)
|
- name: Build Code Crusher Viewer (build bundles and copy them to Code Crusher Editor)
|
||||||
run: npm run build:editor:_viewer
|
run: npm run build:editor:_viewer
|
||||||
env:
|
env:
|
||||||
WORKSPACE_PATH: .
|
WORKSPACE_PATH: .
|
||||||
|
|
||||||
- name: Build Noodl Editor (build bundles etc and signing)
|
- name: Build Code Crusher Editor (build bundles etc and signing)
|
||||||
run: npm run build:editor:_editor
|
run: npm run build:editor:_editor
|
||||||
env:
|
env:
|
||||||
WORKSPACE_PATH: .
|
WORKSPACE_PATH: .
|
||||||
@@ -72,6 +72,6 @@ jobs:
|
|||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: noodl-editor-${{ matrix.platform }}-${{ github.head_ref }}-${{ github.sha }}
|
name: code-crusher-${{ matrix.platform }}-${{ github.head_ref }}-${{ github.sha }}
|
||||||
path: publish
|
path: publish
|
||||||
retention-days: "12"
|
retention-days: "12"
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"name": "noodl-editor",
|
"name": "code-crusher-editor",
|
||||||
"productName": "OpenNoodl Editor",
|
"productName": "Code Crusher",
|
||||||
"description": "Full stack low code React app builder",
|
"description": "Full stack low code React app builder",
|
||||||
"author": "The Low Code Foundation",
|
"author": "The Low Code Foundation",
|
||||||
"homepage": "https://thelowcodefoundation.com",
|
"homepage": "https://thelowcodefoundation.com",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"main": "src/main/main.js",
|
"main": "src/main/main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "npx ts-node -P ./tsconfig.build.json ./scripts/build.ts",
|
"build": "npx ts-node -P ./tsconfig.build.json ./scripts/build.ts",
|
||||||
|
|||||||
Reference in New Issue
Block a user