Skip to content

Commit

Permalink
See if npm cmds work
Browse files Browse the repository at this point in the history
  • Loading branch information
rajsite committed Apr 25, 2024
1 parent 1f66248 commit 6279bd3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ jobs:
- run: |
emsdk/emsdk install 2.0.23
emsdk/emsdk activate 2.0.23
chmod +rx $(which node)
# Build web
- run: . emsdk/emsdk_env.sh && make vjs
Expand Down
1 change: 1 addition & 0 deletions make-it/EmMakefile
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ $(OBJS):
@$(MKDIR) -p $(OBJS)

$(PREJS) $(POSTJS): $(CORESOURCEDIR)/vireo.wrapper.js
npm run lint
node splitVireoWrapper.js $(CORESOURCEDIR)/vireo.wrapper.js $(PREJS) $(POSTJS)

vjs: $(DIST)/vireo.js $(DIST)/vireo.min.js
Expand Down

0 comments on commit 6279bd3

Please sign in to comment.