Skip to content

Commit ad627b7

Browse files
committed
run builds only on packages
1 parent 8b83a5b commit ad627b7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/base-shell/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"typings": "./dist/types/index.d.ts",
1717
"scripts": {
18-
"build": "vite build && tsc",
18+
"build:package": "vite build && tsc",
1919
"dev": "vite",
2020
"cypress:run": "cypress run",
2121
"setup-template": "npm create @ecronix/base-shell@latest -y template-app",

packages/material-ui-shell/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"main": "dist/material-ui-shell.js",
1010
"scripts": {
11-
"build": "vite build && tsc",
11+
"build:package": "vite build && tsc",
1212
"dev": "vite",
1313
"cypress:run": "cypress run",
1414
"setup-template": "npm create @ecronix/material-ui-shell@latest -y template-app",

packages/rmw-shell/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "React template with Material UI, Firebase, routing...",
55
"type": "module",
66
"scripts": {
7-
"build": "vite build && tsc",
7+
"build:package": "vite build && tsc",
88
"dev": "vite",
99
"cypress:run": "cypress run",
1010
"setup-template": "npm create @ecronix/rmw-shell@latest -y template-app",

0 commit comments

Comments
 (0)