mirror of
https://github.com/scratchfoundation/scratch-asset-types.git
synced 2025-07-10 03:34:18 -04:00
remove the 'npm build' step from the circleci config
This commit is contained in:
parent
a3c79cd89b
commit
2c11b64a21
1 changed files with 1 additions and 16 deletions
|
@ -33,14 +33,8 @@ commands:
|
|||
- run:
|
||||
name: Test
|
||||
command: |
|
||||
npm run build
|
||||
npm run test
|
||||
deploy:
|
||||
steps:
|
||||
- run:
|
||||
name: Deploy
|
||||
command: |
|
||||
npm run semantic-release
|
||||
|
||||
jobs:
|
||||
build-and-test:
|
||||
executor: default-executor
|
||||
|
@ -50,15 +44,6 @@ jobs:
|
|||
- setup
|
||||
- save_test_cache
|
||||
- test
|
||||
- persist_to_workspace:
|
||||
root: ~/project
|
||||
paths: .
|
||||
deploy:
|
||||
executor: default-executor
|
||||
steps:
|
||||
- attach_workspace:
|
||||
at: ~/project
|
||||
- deploy
|
||||
|
||||
workflows:
|
||||
build-and-test-workflow:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue