Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

Commit

Permalink
chore: fix test command in actions ss ✅
Browse files Browse the repository at this point in the history
  • Loading branch information
azakordonets committed Sep 15, 2020
1 parent d735ea5 commit ef2b0d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
- name: "🕐 install"
run: npm install
- name: "🚦 lint&test"
run: npm test:prod
run: npm run test:prod
- name: "🏗 build"
run: npm run build
2 changes: 1 addition & 1 deletion .github/workflows/push_to_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
- name: "🕐 install"
run: npm install
- name: "🚦 lint&test"
run: npm test:prod
run: npm run test:prod
- name: "🏗 build"
run: npm run build
2 changes: 1 addition & 1 deletion .github/workflows/push_to_npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: "🕐 install"
run: npm install
- name: "🏗 build"
run: npm build:prod
run: npm run build:prod
- name: "🚀 publish"
run: npm publish --access public
env:
Expand Down

0 comments on commit ef2b0d0

Please sign in to comment.