@kwiz/fluentui 1.0.20 → 1.0.21

Sign up to get free protection for your applications and to get access to all the features.
@@ -17,7 +17,8 @@ jobs:
17
17
  with:
18
18
  node-version: 20
19
19
  - run: npm ci
20
- - run: npm test
20
+ - run: npm run __update-kwiz-packages
21
+ - run: npm run build
21
22
 
22
23
  publish-npm:
23
24
  needs: build
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kwiz/fluentui",
3
- "version": "1.0.20",
3
+ "version": "1.0.21",
4
4
  "description": "KWIZ common controls for FluentUI",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",