add npm update.

This commit is contained in:
James Cole
2024-03-26 07:31:33 +01:00
parent 01ce74dd72
commit 25873ef734

View File

@@ -115,8 +115,8 @@ jobs:
GH_TOKEN: '' GH_TOKEN: ''
- name: Build new JS - name: Build new JS
run: | run: |
pwd
npm install npm install
npm update
npm run build npm run build
- name: Build old JS - name: Build old JS
id: old-js id: old-js