hcengineering / hcengineering/platform

Improve Build and run experience with one command script

Open
#6,982 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
27.7k
Forks
2.2k
PR merge metrics
No merged PRs in 30d

Description

### Description of the issue

As I look readme file I see
cd ./dev/
rush build # Will build all the required packages.

# rush rebuild # could be used to omit build cache.

rush bundle # Will prepare bundles.
rush package # Will build all webpack packages.
rush validate # Will validate all sources with typescript and generate d.ts files required for ts-node execution.
rush svelte-check # Optional. svelte files validation using svelte-check.
rush docker:build # Will build Docker containers for all applications in the local Docker environment.
rush docker:up # Will set up all the containers

I would expect one command ./dev/rush_buld.sh

### Your environment

* Version of Huly - Latest
* Browser (and version) - N/A
* Your operating system (and version) - N/A

### Steps to reproduce

See readme.md

### Expected behaviour

Tell us what should happen.

### Actual behaviour

Tell us what happens instead (include screenshots or logs).
./dev/rush_buld.sh

### Possible solutions

./dev/rush_buld.sh
#/bin/bash
cd ./dev/
rush build # Will build all the required packages.

# rush rebuild # could be used to omit build cache.

rush bundle # Will prepare bundles.
rush package # Will build all webpack packages.
rush validate # Will validate all sources with typescript and generate d.ts files required for ts-node execution.
rush svelte-check # Optional. svelte files validation using svelte-check.
rush docker:build # Will build Docker containers for all applications in the local Docker environment.
rush docker:up # Will set up all the containers
cd ..
If you know how to fix the bug, please describe your solution here.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.