From 20145b9fb6ca1349a67e0b2e86ed9ea64f181765 Mon Sep 17 00:00:00 2001 From: Brandt Lareau Date: Fri, 4 Oct 2024 13:51:40 -0700 Subject: [PATCH] Fixing assets compile step --- bin/setup | 2 +- current_version.txt | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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": [