Revert "circleci zip the build for testing purposes"

This reverts commit 3f6b5d2269b84c1e7237805ae3c7f959dcae6410.

# Conflicts:
#	.travis.yml
This commit is contained in:
BryceLTaylor 2021-03-19 15:54:04 -04:00
parent 5f755524bf
commit d1980857dc
2 changed files with 2 additions and 3 deletions

View file

@ -70,7 +70,7 @@ aliases:
- store_test_results:
path: test/results
- store_artifacts:
path: build.zip
path: build
- &deploy
<<: *defaults
steps:

View file

@ -22,8 +22,7 @@
"test:unit:tap": "tap ./test/{unit-legacy,localization-legacy}/*.js --no-coverage -R classic",
"test:unit:convertReportToXunit": "tap ./test/results/unit-raw.tap --no-coverage -R xunit > ./test/results/unit-tap-results.xml",
"test:coverage": "tap ./test/{unit-legacy,localization-legacy}/*.js --coverage --coverage-report=lcov",
"build": "npm run clean && npm run translate && NODE_OPTIONS=--max_old_space_size=8000 webpack --bail && npm run zipBuild",
"zipBuild": "zip -rm build build/",
"build": "npm run clean && npm run translate && NODE_OPTIONS=--max_old_space_size=8000 webpack --bail",
"clean": "rm -rf ./build && rm -rf ./intl && mkdir -p build && mkdir -p intl",
"deploy": "npm run deploy:s3 && npm run deploy:fastly",
"deploy:fastly": "node ./bin/configure-fastly.js",