We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 791332d commit d95fdf1Copy full SHA for d95fdf1
.github/DEVELOPMENT.md
@@ -87,7 +87,7 @@ npm init --yes
87
Then, in that directory, you can directly call the hydration script:
88
89
```shell
90
-node ../template-typescript-node-package -- description "Hooray, trying things out locally."
+node ../template-typescript-node-package/lib/hydrate/index.js -- description "Hooray, trying things out locally."
91
```
92
93
Along with the hydration script itself, end-to-end tests are removed on package setup.
0 commit comments