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 cadf1d2 commit 9e58ccbCopy full SHA for 9e58ccb
README.md
@@ -162,6 +162,32 @@ npm publish
162
git push --tags
163
```
164
165
+**Publish @next package**
166
+
167
+Same procedure except use the `--tag` flag:
168
169
+```bash
170
+# authenticate with npm
171
+npm login
172
+# bump version with npm
173
+npm version 0.0.8
174
+# package with sveltekit
175
+pnpm run package
176
+# publish with tag
177
+npm publish --tag next
178
+# push tags to github
179
+git push --tags
180
+```
181
182
+**Move @next package to latest**
183
184
185
186
187
+# move @next to latest
188
+npm dist-tag add
189
190
191
## Contributors ✨
192
193
Thanks goes to these wonderful people
0 commit comments