Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
kurone-kito committed Mar 6, 2019
1 parent cf2eb13 commit 5f32635
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions wercker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ build:
steps:
- npm-install
- npm-test
build-dev:
steps:
- script:
name: build
code: npm run build
dev:
name: build to binary for develop
code: npm run build:binary
build-prod:
steps:
- npm-install
- npm-test
- script:
name: build
code: npm run build
name: build to binary for production
code: npm run production

0 comments on commit 5f32635

Please sign in to comment.