mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
Revert "circleci zip the build for testing purposes"
This reverts commit 3f6b5d2269b84c1e7237805ae3c7f959dcae6410. # Conflicts: # .travis.yml
This commit is contained in:
parent
5f755524bf
commit
d1980857dc
2 changed files with 2 additions and 3 deletions
|
@ -70,7 +70,7 @@ aliases:
|
|||
- store_test_results:
|
||||
path: test/results
|
||||
- store_artifacts:
|
||||
path: build.zip
|
||||
path: build
|
||||
- &deploy
|
||||
<<: *defaults
|
||||
steps:
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue