diff --git a/bin/setup b/bin/setup index 039ef483..bd41d87d 100755 --- a/bin/setup +++ b/bin/setup @@ -228,7 +228,7 @@ end def compile_assets log 'Compiling assets...' - Rake::Task['javascript:build'].invoke + Rake::Task['assets:precompile'].invoke Rake::Task['assets:clean'].invoke success 'Assets compiled!' end diff --git a/current_version.txt b/current_version.txt index d3845ad3..6b7ace3e 100644 --- a/current_version.txt +++ b/current_version.txt @@ -1 +1 @@ -v5.0.0 +v5.1.0 diff --git a/package.json b/package.json index f1b277b0..7dc3f856 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "webpack-dev-server": "^4.15.2" }, "scripts": { - "build": "something webpack --config webpack.config.js" + "build": "webpack --config webpack.config.js" }, "babel": { "presets": [