Skip to content
This repository has been archived by the owner on Sep 25, 2019. It is now read-only.

Commit

Permalink
Do not run other tests while test_create_project
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikola Pejoski committed Jul 17, 2017
1 parent 766e77e commit 400cf4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/ci.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if (process.env.TEST_TYPE === 'integration_test') {
if (process.env.TEST_TYPE === 'test_create_project_npm') {
// # builds Sagui before installing
exec('npm run build', saguiPath)
exec('npm pack')
exec('npm pack --ignore-scripts')

var npmProjectPath = createTempFolder()

Expand All @@ -47,7 +47,7 @@ if (process.env.TEST_TYPE === 'test_create_project_npm') {
if (process.env.TEST_TYPE === 'test_create_project_yarn') {
// # builds Sagui before installing
exec('npm run build', saguiPath)
exec('npm pack')
exec('npm pack --ignore-scripts')

var yarnProjectPath = createTempFolder()

Expand Down

0 comments on commit 400cf4e

Please sign in to comment.