Skip to content

Commit

Permalink
update test command
Browse files Browse the repository at this point in the history
  • Loading branch information
sayan-rudder committed Jun 25, 2020
1 parent 24a5393 commit 811e57d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildspec.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ phases:
commands:
- ls
- npm install --unsafe-perm
- npm run prodTest
- npm run prodTest && npm test
- npm run buildProdBrowser
- sed 's|rudder-analytics.min.js.map|https://js-sdk-test.s3.amazonaws.com/rudder-analytics.min.js.map|' dist/rudder-analytics.min.js > dist/prod.js
- mv dist/prod.js dist/rudder-analytics.min.js
Expand Down
2 changes: 1 addition & 1 deletion buildspec.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ phases:
commands:
- ls
- npm install --unsafe-perm
- npm run prodTest
- npm run prodTest && npm test
- npm run buildProdBrowser
- sed 's|rudder-analytics.min.js.map|https://cdn.rudderlabs.com/rudder-analytics.min.js.map|' dist/rudder-analytics.min.js > dist/prod.js
- mv dist/prod.js dist/rudder-analytics.min.js
Expand Down

0 comments on commit 811e57d

Please sign in to comment.