Skip to content
This repository was archived by the owner on Jan 7, 2026. It is now read-only.

Commit 81241d1

Browse files
pyropyjuliangruber
andauthored
Add publish script (#450)
* Publish spark-evaluate under v1.0.0 * Use same node version as in ci.yml * Add manual deployment * Move np to dev dependencies * Update package.json Rename `spark-evaluate` to `@filecoin-station/spark-evaluate` Co-authored-by: Julian Gruber <julian@juliangruber.com> * Update README.md Rename `spark-evaluate` to `@filecoin-station/spark-evaluate` Co-authored-by: Julian Gruber <julian@juliangruber.com> --------- Co-authored-by: Julian Gruber <julian@juliangruber.com>
1 parent 6007867 commit 81241d1

File tree

3 files changed

+4317
-746
lines changed

3 files changed

+4317
-746
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,3 +169,11 @@ node bin/dry-run.js \
169169
```bash
170170
$ git push
171171
```
172+
173+
## Publish
174+
175+
Publish a new version of `@filecoin-station/spark-evaluate`:
176+
177+
```bash
178+
$ npm run release
179+
```

0 commit comments

Comments
 (0)