Skip to content
This repository has been archived by the owner on May 17, 2022. It is now read-only.

Commit

Permalink
#1 circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
marcog83 committed May 9, 2022
1 parent daa9d95 commit 27f4dd5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ orbs:
node: circleci/[email protected]

jobs:
test:
1-test:
executor:
name: node/default
tag: '16.15.0'
Expand All @@ -19,7 +19,7 @@ jobs:
- store_test_results:
path: junit.xml

lint:
2-lint:
executor:
name: node/default
tag: '16.15.0'
Expand All @@ -32,7 +32,7 @@ jobs:
- run:
command: yarn run lint
name: Run YARN eslint
build:
3-build:
executor:
name: node/default
tag: '16.15.0'
Expand All @@ -45,7 +45,7 @@ jobs:
- run:
command: yarn run build
name: Run YARN build
deploy:
4-deploy:
executor:
name: node/default
tag: '16.15.0'
Expand All @@ -64,7 +64,7 @@ workflows:
version: 2
build_and_test:
jobs:
- test
- lint
- build
- deploy
- 1-test
- 2-lint
- 3-build
- 4-deploy
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pptx-renderer",
"version": "0.0.4",
"version": "0.0.5",
"description": "React Renderer for creating Powerpoint File with React. It is a PPTXJS binding for react",
"main": "./build/app.bundle.js",
"scripts": {
Expand Down

0 comments on commit 27f4dd5

Please sign in to comment.