.gitea/workflows/build.yml aktualisiert
Build and Bundle Gleam App / build-and-bundle (push) Failing after 20s
Build and Bundle Gleam App / build-and-bundle (push) Failing after 20s
This commit is contained in:
@@ -16,6 +16,17 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
- name: Install JS dependencies
|
||||||
|
run: npm install
|
||||||
|
|
||||||
|
- name: Build bundle
|
||||||
|
run: |
|
||||||
|
./node_modules/.bin/esbuild \
|
||||||
|
build/dev/javascript/markdown2/markdown2.mjs \
|
||||||
|
--bundle \
|
||||||
|
--outfile=parser.js \
|
||||||
|
--format=iife \
|
||||||
|
--global-name=App
|
||||||
|
|
||||||
- name: Build Gleam to JavaScript
|
- name: Build Gleam to JavaScript
|
||||||
run: gleam build --target javascript
|
run: gleam build --target javascript
|
||||||
|
|||||||
Reference in New Issue
Block a user