Skip to content

Commit b34e161

Browse files
Rename package to react-on-rails-workspace and streamline scripts in package.json
- Updated the package name from `react-on-rails` to `react-on-rails-workspace` for clarity. - Adjusted script entries to maintain consistency, including reordering and removing redundant entries. These changes enhance the organization and clarity of the package configuration.
1 parent c1c6b45 commit b34e161

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "react-on-rails",
2+
"name": "react-on-rails-workspace",
33
"version": "16.1.1",
44
"description": "react-on-rails monorepo workspace manager",
55
"private": true,
@@ -63,11 +63,11 @@
6363
"build": "yarn workspaces run build",
6464
"build-watch": "yarn workspaces run build-watch",
6565
"lint": "nps eslint",
66+
"check": "yarn run lint && yarn workspaces run check",
67+
"type-check": "yarn workspaces run type-check",
6668
"yalc:publish": "yarn workspaces run yalc:publish",
6769
"yalc": "yarn workspaces run yalc",
6870
"publish": "yarn workspaces run publish",
69-
"check": "yarn run lint && yarn workspaces run check",
70-
"type-check": "yarn workspaces run type-check",
7171
"release:patch": "yarn workspaces run release:patch",
7272
"release:minor": "yarn workspaces run release:minor",
7373
"release:major": "yarn workspaces run release:major",

0 commit comments

Comments
 (0)