Skip to content

Commit 35e628b

Browse files
committed
feat(create-rstack): use rs check in templates
1 parent c197edd commit 35e628b

27 files changed

Lines changed: 29 additions & 29 deletions

File tree

packages/create-rstack/template-app-lit-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "module",
66
"scripts": {
77
"build": "rs build",
8-
"check": "rs lint --type-check && rs fmt --check",
8+
"check": "rs check --type-check",
99
"dev": "rs dev",
1010
"format": "rs fmt",
1111
"lint": "rs lint",

packages/create-rstack/template-app-lit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "module",
66
"scripts": {
77
"build": "rs build",
8-
"check": "rs lint && rs fmt --check",
8+
"check": "rs check",
99
"dev": "rs dev",
1010
"format": "rs fmt",
1111
"lint": "rs lint",

packages/create-rstack/template-app-preact-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "module",
66
"scripts": {
77
"build": "rs build",
8-
"check": "rs lint --type-check && rs fmt --check",
8+
"check": "rs check --type-check",
99
"dev": "rs dev",
1010
"format": "rs fmt",
1111
"lint": "rs lint",

packages/create-rstack/template-app-preact/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "module",
66
"scripts": {
77
"build": "rs build",
8-
"check": "rs lint && rs fmt --check",
8+
"check": "rs check",
99
"dev": "rs dev",
1010
"format": "rs fmt",
1111
"lint": "rs lint",

packages/create-rstack/template-app-react-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "module",
66
"scripts": {
77
"build": "rs build",
8-
"check": "rs lint --type-check && rs fmt --check",
8+
"check": "rs check --type-check",
99
"dev": "rs dev",
1010
"format": "rs fmt",
1111
"lint": "rs lint",

packages/create-rstack/template-app-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "module",
66
"scripts": {
77
"build": "rs build",
8-
"check": "rs lint && rs fmt --check",
8+
"check": "rs check",
99
"dev": "rs dev",
1010
"format": "rs fmt",
1111
"lint": "rs lint",

packages/create-rstack/template-app-solid-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "module",
66
"scripts": {
77
"build": "rs build",
8-
"check": "rs lint --type-check && rs fmt --check",
8+
"check": "rs check --type-check",
99
"dev": "rs dev",
1010
"format": "rs fmt",
1111
"lint": "rs lint",

packages/create-rstack/template-app-solid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "module",
66
"scripts": {
77
"build": "rs build",
8-
"check": "rs lint && rs fmt --check",
8+
"check": "rs check",
99
"dev": "rs dev",
1010
"format": "rs fmt",
1111
"lint": "rs lint",

packages/create-rstack/template-app-svelte-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "module",
66
"scripts": {
77
"build": "svelte-check && rs build",
8-
"check": "rs lint && rs fmt --check",
8+
"check": "rs check",
99
"dev": "rs dev",
1010
"format": "rs fmt",
1111
"lint": "rs lint",

packages/create-rstack/template-app-svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "module",
66
"scripts": {
77
"build": "rs build",
8-
"check": "rs lint && rs fmt --check",
8+
"check": "rs check",
99
"dev": "rs dev",
1010
"format": "rs fmt",
1111
"lint": "rs lint",

0 commit comments

Comments
 (0)