Sha256: 818a7990804049341e8127e0d88fcdc2d5357ba5f58c95fa66b0308f72e2f466
Contents?: true
Size: 383 Bytes
Versions: 34
Compression:
Stored size: 383 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 'yalc publish'" sh "yarn run build && yalc publish" end end desc "Prepares node_package by building and symlinking any example/dummy apps present" task node_package: "node_package:build"
Version data entries
34 entries across 34 versions & 1 rubygems