Skip to content

Commit b269c13

Browse files
committed
build: try to set for carco
1 parent a8580bc commit b269c13

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ jobs:
1616
- run: npm install --legacy-peer-deps
1717

1818
- run: npx nx workspace-lint
19-
# - run: npx nx format:check
19+
2020
- run: npx nx run-many --target=lint --all
21-
- run: npx nx run-many --target=build --all
22-
- run: npx nx run-many --target=test --all --coverage
21+
22+
- run: npm run build:all
23+
24+
- run: npm run test:all

package-lock.json

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/render/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,8 @@
5454
"last 1 firefox version",
5555
"last 1 safari version"
5656
]
57+
},
58+
"devDependencies": {
59+
"stream-browserify": "^3.0.0"
5760
}
5861
}

0 commit comments

Comments
 (0)