We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58fed8f commit 9b3b207Copy full SHA for 9b3b207
.github/workflows/test.yml
@@ -23,6 +23,7 @@ jobs:
23
with:
24
node-version: ${{ matrix.node-version }}
25
- run: npm ci
26
+ - run: npm install --save-dev https://github.com/basiljs/basil.js#develop
27
- run: npm test
28
- run: npm run build --if-present
29
- run: npm run lint --if-present
package.json
@@ -58,7 +58,6 @@
58
"@technologiestiftung/semantic-release-config": "1.2.1",
59
"all-contributors-cli": "6.3.1",
60
"babel-eslint": "10.0.1",
61
- "basiljs": "git+https://github.com/basiljs/basil.js#develop",
62
"cz-conventional-changelog": "2.1.0",
63
"debug": "4.1.1",
64
"eslint": "5.9.0",
0 commit comments