Skip to content

Commit 8492fbb

Browse files
committed
Changes the reference for the npm script
1 parent 8b1b2e0 commit 8492fbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ machine:
44

55
test:
66
post:
7-
- npm run prod:build:all
7+
- npm run prod:build
88
- cp -R dist/* $CIRCLE_ARTIFACTS
99
- >
1010
if [ $CIRCLE_BRANCH = 'master' ]; then aws s3 sync dist s3://fullstackbulletin.com && aws configure set preview.cloudfront true && aws cloudfront create-invalidation --distribution-id $CLOUDFRONT_DISTRIBUTION_ID --invalidation-batch "{ \"Paths\": { \"Quantity\": 1, \"Items\": [ \"/*\" ] }, \"CallerReference\": \"CIRCLE-CI-BUILD-$CIRCLE_BUILD_NUM-$CIRCLE_SHA1\" }"; fi

0 commit comments

Comments
 (0)