Skip to content

Commit

Permalink
Merge pull request #4 from dolliejs/fix/ci
Browse files Browse the repository at this point in the history
fix ci configurations
  • Loading branch information
lenconda authored Jul 1, 2021
2 parents 3f94cfe + 789c581 commit 06f4ad1
Show file tree
Hide file tree
Showing 8 changed files with 18,794 additions and 10 deletions.
12 changes: 5 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ jobs:
steps:
- checkout
- run: npm install
- run: npm i lerna -g
- run: lerna bootstrap
- run: npx lerna bootstrap
- run: npm run checksum
- save_cache:
paths:
Expand All @@ -34,9 +33,9 @@ jobs:
keys:
- v1-dependencies-{{ checksum "checksum.txt" }}
- v1-dependencies-
- run: ls -al
- run: npm run build
- run: ls -al
- run: ls -al packages/@dollie/core
- run: npx lerna run build
- run: ls -al packages/@dollie/core
- save_cache:
paths:
- node_modules
Expand Down Expand Up @@ -99,8 +98,7 @@ workflows:
only:
- /^v.*/
branches:
only:
- master
ignore: /.*/
- deploy_docs:
requires:
- install
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ temp
.version
.versions
.changelog
package-lock.json
.idea
test.ts
lib
Expand Down
16,681 changes: 16,681 additions & 0 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"watch": "concurrently \"npm:watch:*\"",
"docs:start": "dumi dev",
"docs:build": "dumi build",
"docs:deploy": "node scripts/docs.js"
"docs:deploy": "node scripts/docs.js",
"checksum": "node scripts/check.js"
},
"devDependencies": {
"@types/jest": "^26.0.23",
Expand All @@ -22,6 +23,7 @@
"eslint-config-alloy": "^4.1.0",
"jest": "^27.0.4",
"lerna": "^4.0.0",
"md5-file": "^5.0.0",
"typescript": "^3.7.7"
}
}
Loading

0 comments on commit 06f4ad1

Please sign in to comment.