Skip to content

Commit 9b3b207

Browse files
committed
test(basil): Install basiljs directly
since it break ci installs
1 parent 58fed8f commit 9b3b207

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
with:
2424
node-version: ${{ matrix.node-version }}
2525
- run: npm ci
26+
- run: npm install --save-dev https://github.com/basiljs/basil.js#develop
2627
- run: npm test
2728
- run: npm run build --if-present
2829
- run: npm run lint --if-present

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
"@technologiestiftung/semantic-release-config": "1.2.1",
5959
"all-contributors-cli": "6.3.1",
6060
"babel-eslint": "10.0.1",
61-
"basiljs": "git+https://github.com/basiljs/basil.js#develop",
6261
"cz-conventional-changelog": "2.1.0",
6362
"debug": "4.1.1",
6463
"eslint": "5.9.0",

0 commit comments

Comments
 (0)