Skip to content

Commit

Permalink
fix: ran generator
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 28, 2018
1 parent 9e620ed commit 1c9f8a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package-scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if (process.env.CI) {

test = concurrent({
...linters,
test: series('nps build', test),
test: series('nps build -l warn', test),
})

if (process.env.CI) test = series(mkdirp('reports'), test)
Expand Down

0 comments on commit 1c9f8a3

Please sign in to comment.