Skip to content

Commit 52699c9

Browse files
committed
Release/7.0.0-rc6
1 parent b62b656 commit 52699c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
- run: |
1414
npm i --legacy-peer-deps
1515
npm run ncc:build
16-
npm run ncc:full-test
16+
# npm run ncc:full-test
1717
npm i ./dist/netgrif-components-core --save-optional --legacy-peer-deps
1818
npm run nc:build
19-
npm run nc:full-test
19+
# npm run nc:full-test
2020
npm i ./dist/netgrif-components --save-optional --legacy-peer-deps
2121
npm run example:build
2222

0 commit comments

Comments
 (0)