Sha256: fbbaacb55bd60b4dad0fc1f05a0815e1e3d5f8d057ca87fd9d349a1feaf9f652
Contents?: true
Size: 377 Bytes
Versions: 31
Compression:
Stored size: 377 Bytes
Contents
# frozen_string_literal: true require_relative "task_helpers" namespace :node_package do include ReactOnRails::TaskHelpers task :build do puts "Building Node Package and running 'yarn link'" sh "yarn run build && yarn link" end end desc "Prepares node_package by building and symlinking any example/dummy apps present" task node_package: "node_package:build"
Version data entries
31 entries across 31 versions & 1 rubygems