Skip to content

Commit 3e21a66

Browse files
authored
Merge pull request #1932 from ember-learn/update-prebuilt-versions
Update prebuilt versions
2 parents 4e66c88 + 132a4f0 commit 3e21a66

File tree

4 files changed

+2
-27
lines changed

4 files changed

+2
-27
lines changed

ember-cli-build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const EmberApp = require('ember-cli/lib/broccoli/ember-app');
66
// it should probably be no older than 2 LTS versions.
77
// If you need to update older pre-built versions then you can run
88
// npm run build:prebuilt
9-
const BUILD_SINCE = '3.24.0';
9+
const BUILD_SINCE = '4.8.0';
1010

1111
let guidemakerConfig = {};
1212

package-lock.json

Lines changed: 0 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
"compare-versions": "^6.0.0-rc.2",
5454
"ember-auto-import": "^2.6.1",
5555
"ember-cli": "~3.28.6",
56-
"ember-cli-app-version": "^5.0.0",
5756
"ember-cli-babel": "^7.26.10",
5857
"ember-cli-dependency-checker": "^3.2.0",
5958
"ember-cli-deploy": "^1.0.2",

scripts/update-prebuild.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ shell.exec('git clean -xdf');
2626
// this can't use shell.js because we cleared node_modules
2727
await exec('npm i');
2828

29-
shell.exec('rm public/assets/*');
29+
shell.exec('rm -r public/assets/*');
3030
shell.exec('rm -rf public/v*');
3131

3232
shell.exec('ALL_VERSIONS=true ember build -prod');

0 commit comments

Comments
 (0)