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 fbfcc97 commit 8bbb11bCopy full SHA for 8bbb11b
.github/workflows/dev-check.yml
@@ -14,6 +14,7 @@ jobs:
14
- run: |
15
npm install
16
npm run boot
17
+ npm run link
18
npm run lint
19
test:
20
runs-on: ubuntu-latest
@@ -26,6 +27,7 @@ jobs:
26
27
28
29
30
31
npm run test
32
build:
33
@@ -38,4 +40,5 @@ jobs:
38
40
39
41
42
43
44
npm run build
package.json
@@ -2,6 +2,7 @@
2
"name": "root",
3
"private": true,
4
"scripts": {
5
+ "link": "lerna link",
6
"boot": "lerna bootstrap",
7
"build": "lerna run build --parallel --stream",
8
"dev": "npm run build && lerna run dev --parallel --stream",
0 commit comments