create-raredays-app 0.1.9 → 0.1.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -48,3 +48,14 @@ pnpm exec skillex query --search "<concepts>"
|
|
|
48
48
|
pnpm exec skillex query --package "@raredays/components"
|
|
49
49
|
pnpm exec skillex query --topic identity
|
|
50
50
|
```
|
|
51
|
+
|
|
52
|
+
## Before client handoff
|
|
53
|
+
|
|
54
|
+
`@raredays/dev` is a RareDays-internal devDependency (it ships the
|
|
55
|
+
`report-framework-issue` skill, which targets the framework's private repo and
|
|
56
|
+
board). Remove it before handing this project to a client:
|
|
57
|
+
|
|
58
|
+
```sh
|
|
59
|
+
pnpm remove @raredays/dev
|
|
60
|
+
pnpm exec skillex refresh
|
|
61
|
+
```
|
|
@@ -48,3 +48,14 @@ pnpm exec skillex query --search "<concepts>"
|
|
|
48
48
|
pnpm exec skillex query --package "@raredays/components"
|
|
49
49
|
pnpm exec skillex query --topic identity
|
|
50
50
|
```
|
|
51
|
+
|
|
52
|
+
## Before client handoff
|
|
53
|
+
|
|
54
|
+
`@raredays/dev` is a RareDays-internal devDependency (it ships the
|
|
55
|
+
`report-framework-issue` skill, which targets the framework's private repo and
|
|
56
|
+
board). Remove it before handing this project to a client:
|
|
57
|
+
|
|
58
|
+
```sh
|
|
59
|
+
pnpm remove @raredays/dev
|
|
60
|
+
pnpm exec skillex refresh
|
|
61
|
+
```
|
|
@@ -48,3 +48,14 @@ pnpm exec skillex query --search "<concepts>"
|
|
|
48
48
|
pnpm exec skillex query --package "@raredays/components"
|
|
49
49
|
pnpm exec skillex query --topic identity
|
|
50
50
|
```
|
|
51
|
+
|
|
52
|
+
## Before client handoff
|
|
53
|
+
|
|
54
|
+
`@raredays/dev` is a RareDays-internal devDependency (it ships the
|
|
55
|
+
`report-framework-issue` skill, which targets the framework's private repo and
|
|
56
|
+
board). Remove it before handing this project to a client:
|
|
57
|
+
|
|
58
|
+
```sh
|
|
59
|
+
pnpm remove @raredays/dev
|
|
60
|
+
pnpm exec skillex refresh
|
|
61
|
+
```
|