Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: npm publish #5

Merged
merged 7 commits into from
Oct 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
run: npm ci
- run: npm run build
- run: npm test
- name: semantic-release
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx --no -- semantic-release
- uses: JS-DevTools/npm-publish@v3
if: github.ref_name == 'develop'
with:
token: ${{ secrets.NPM_TOKEN }}
access: 'public'
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,17 @@
## scratch-storage
## codio fork of scratch-storage
#### Scratch Storage is a library for loading and storing project and asset files for Scratch 3.0

[![CircleCI](https://circleci.com/gh/LLK/scratch-storage/tree/develop.svg?style=shield&circle-token=171bbb6a82280e98afbfcedd8aa90b95b13b5de3)](https://circleci.com/gh/LLK/scratch-storage?branch=develop)

[![Coverage Status](https://coveralls.io/repos/github/LLK/scratch-storage/badge.svg?branch=develop)](https://coveralls.io/github/LLK/scratch-storage?branch=develop)
[![Greenkeeper badge](https://badges.greenkeeper.io/LLK/scratch-storage.svg)](https://greenkeeper.io/)

## Installation
This requires you to have Node.js installed.

In your own Node.js environment/application:
```bash
npm install https://github.com/LLK/scratch-storage.git
npm install https://github.com/codio/scratch-storage.git
```

If you want to edit/play yourself (requires Git):
```bash
git clone https://github.com/LLK/scratch-storage.git
git clone https://github.com/codio/scratch-storage.git
cd scratch-storage
npm install
```
Expand Down
Loading
Loading