Skip to content

Commit

Permalink
use ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsontom committed Nov 15, 2023
1 parent ba1d0e1 commit 0683511
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-langium.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,11 @@ jobs:
node-version: 18.x
- name: Build
run: |
npm install
npm ci
npm run langium:generate
npm run build
npm run build:web
ls -la public
# - name: Setup Pages
# uses: actions/configure-pages@v3
# - name: Upload artifact
Expand Down

0 comments on commit 0683511

Please sign in to comment.