Skip to content

Commit e5f4e92

Browse files
committed
Merge branch 'dev'
2 parents c99e031 + a3abaae commit e5f4e92

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ jobs:
4343
uses: actions/configure-pages@v1
4444
- name: Install Dependencies
4545
run: npm ci
46-
if: steps.setup.outputs.cache-hit != true
4746
- name: Build Resources
4847
run: npm run build-storybook
4948
- name: Upload Static Artifact
@@ -77,7 +76,6 @@ jobs:
7776
cache: ${{ matrix.packager }}
7877
- name: Install Dependencies
7978
run: npm ci
80-
if: steps.setup.outputs.cache-hit != true
8179
- name: Build Resources
8280
run: npm run build
8381
- name: Publish to NPM

.github/workflows/quality_assurance.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ jobs:
3232
cache: ${{ matrix.packager }}
3333
- name: Install Dependencies
3434
run: npm ci
35-
if: steps.setup.outputs.cache-hit != true
3635
- name: Lint Code
3736
run: npm run lint
3837
analyze:

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-fluent-mobile",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "A series of React mixin modules that augment the mobile user experience",
55
"main": "dist/index.js",
66
"module": "dist/index.esm.js",

0 commit comments

Comments
 (0)