.gitea/workflows/build.yml aktualisiert
Build and Bundle Gleam App / build-and-bundle (push) Failing after 2m6s
Build and Bundle Gleam App / build-and-bundle (push) Failing after 2m6s
This commit is contained in:
@@ -17,16 +17,12 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install JS dependencies
|
||||
run: |
|
||||
npm cache clean --force
|
||||
npm install --cpu=arm64 --os=linux
|
||||
- name: Build Gleam to JavaScript
|
||||
run: gleam build --target javascript
|
||||
|
||||
- name: Build bundle
|
||||
run: |
|
||||
./node_modules/.bin/esbuild \
|
||||
esbuild build/dev/javascript/markdown2/markdown2.mjs \
|
||||
build/dev/javascript/markdown2/markdown2.mjs \
|
||||
--bundle \
|
||||
--outfile=parser.js \
|
||||
|
||||
Reference in New Issue
Block a user