Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 577f8c8

Browse files
author
Nick Litwin
committed
Add dependencies for awspublish task
1 parent 0731b05 commit 577f8c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gulpfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@ config.awsPublish = {
162162
secret: process.env.AWS_SECRET,
163163
files: ['build/**/*', '!build/index.html'],
164164
index: 'build/index.html',
165-
sync: envConfig.CONSTANTS.ENVIRONMENT !== 'production'
166-
165+
sync: envConfig.CONSTANTS.ENVIRONMENT !== 'production',
166+
dependencies: ['build:topcoder']
167167
};
168168

169169
var loadTasksModule = require(__dirname + '/node_modules/appirio-gulp-tasks/load-tasks.coffee');

0 commit comments

Comments
 (0)