fix: do not run ruby-dependent command on install

This commit is contained in:
Baptiste Grob
2020-09-07 10:34:20 +02:00
parent 3b525ae40a
commit 7f03922b67

View File

@@ -10,7 +10,6 @@
"start": "webpack-dev-server --progress",
"bundle": "webpack --mode production",
"precompile:assets": "bundle exec rails assets:precompile",
"postinstall": "npm run precompile:assets",
"build": "bundle install && npm ci && npm run precompile:assets && npm run bundle",
"submodules": "git submodule update --init --force --remote",
"test": "karma start karma.conf.js --single-run",