Skip to content
This repository has been archived by the owner on Dec 19, 2017. It is now read-only.

Commit

Permalink
Added Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyWebb committed Sep 7, 2017
1 parent 7263abc commit 94740f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pipeline {
stages {
stage('Build') {
steps {
sh 'npm run build'
powershell 'npm run build'
}
}
stage('Test') {
Expand Down

0 comments on commit 94740f3

Please sign in to comment.