Skip to content

Commit

Permalink
prodTest removed from buildspec files
Browse files Browse the repository at this point in the history
  • Loading branch information
saikumarrs committed Apr 8, 2022
1 parent 37c440c commit 70ff984
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 test
- npm run 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 test
- npm run test
- npm run buildProdBrowser
# - npm run buildDevBrowser
- node -r esm integrationBuildScript.js
Expand Down
2 changes: 1 addition & 1 deletion buildspec.staging.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 test
- npm run test
- npm run buildProdBrowser
- node -r esm integrationBuildScript.js
- sed 's|//# sourceMappingURL=rudder-analytics.min.js.map||' dist/rudder-analytics.min.js > dist/prod.js
Expand Down

0 comments on commit 70ff984

Please sign in to comment.