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 b62b656 commit 52699c9Copy full SHA for 52699c9
.github/workflows/release-build.yml
@@ -13,10 +13,10 @@ jobs:
13
- run: |
14
npm i --legacy-peer-deps
15
npm run ncc:build
16
- npm run ncc:full-test
+# npm run ncc:full-test
17
npm i ./dist/netgrif-components-core --save-optional --legacy-peer-deps
18
npm run nc:build
19
- npm run nc:full-test
+# npm run nc:full-test
20
npm i ./dist/netgrif-components --save-optional --legacy-peer-deps
21
npm run example:build
22
0 commit comments