Skip to content

Commit c97a225

Browse files
committed
chore: empty commit
BREAKING CHANGE: typo in prev commit didnt trigger major bump
1 parent 09c2241 commit c97a225

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.circleci/config.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ jobs:
4747
at: *WORKSPACE_ROOT
4848
- restore_cache:
4949
name: '[circleci] Restore cached "node_modules" folder'
50-
key: &CACHE_KEY_NODE_MODULES 'pluginus-v1-{{ arch }}-{{ checksum "package-lock.json" }}'
50+
key:
51+
&CACHE_KEY_NODE_MODULES 'pluginus-v1-{{ arch }}-{{ checksum
52+
"package-lock.json" }}'
5153
- run:
5254
name: "[npm]: Install packages"
5355
command: |
@@ -96,7 +98,9 @@ jobs:
9698
- attach_workspace:
9799
at: *WORKSPACE_ROOT
98100
- run:
99-
name: "[semantic-release]: Update version, generate release, publish npm package"
101+
name:
102+
"[semantic-release]: Update version, generate release, publish npm
103+
package"
100104
command: "npm run release"
101105

102106
# Workflows - https://circleci.com/docs/2.0/workflows/

.eslintrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@
33
"plugins": ["import"],
44
"extends": ["@asd14/eslint-config/targets/node-esm"],
55
"rules": {},
6-
"settings": {
7-
}
6+
"settings": {}
87
}

0 commit comments

Comments
 (0)