mirror of
https://github.com/gnmyt/myspeed.git
synced 2026-05-03 10:29:42 -05:00
Removed the npm install statement from the create_release workflow
This commit is contained in:
@@ -19,7 +19,7 @@ jobs:
|
||||
node-version: '16'
|
||||
|
||||
- run: cd client && npm install --force
|
||||
- run: npm run build && mv client/build . && npm install --force
|
||||
- run: npm run build && mv client/build .
|
||||
|
||||
- name: Get version
|
||||
id: get_version
|
||||
|
||||
Reference in New Issue
Block a user