Skip to content

Commit

Permalink
Fix circleci config
Browse files Browse the repository at this point in the history
  • Loading branch information
nasdan committed Aug 23, 2019
1 parent 86b301e commit 2eeb0cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -11,4 +11,4 @@ jobs:
command: 'npm install'
- run:
name: validate
command: 'npm validate'
command: 'npm run validate'

0 comments on commit 2eeb0cb

Please sign in to comment.