mirror of
https://github.com/tenrok/axios.git
synced 2026-06-08 17:22:34 +03:00
chore: removing dist files from src (#7002)
* chore: removing dist files from src * chore: include build step in CI pipeline * chore: add build step to PR and publish workflows
This commit is contained in:
@@ -57,5 +57,7 @@ jobs:
|
||||
if: steps.changed-ignored.outputs.only_modified == 'false'
|
||||
- run: npm ci
|
||||
if: steps.changed-ignored.outputs.only_modified == 'false'
|
||||
- run: npm run build
|
||||
if: steps.changed-ignored.outputs.only_modified == 'false'
|
||||
- run: npm test
|
||||
if: steps.changed-ignored.outputs.only_modified == 'false'
|
||||
|
||||
Reference in New Issue
Block a user