Skip to content

Commit

Permalink
yarn -> npm
Browse files Browse the repository at this point in the history
  • Loading branch information
paulwalko committed Dec 15, 2021
1 parent 1946893 commit fe77646
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 44 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,23 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: mindstorm/setup-emsdk@v11

- run: emcc -v

- uses: actions/checkout@v2

- uses: actions/setup-node@v2
with:
node-version: '16.x'
registry-url: 'https://npm.pkg.github.com'

- run: yarn
- name: Install dependencies
run: npm ci

- name: Build package
run: ./build.sh package

- run: yarn publish
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
49 changes: 49 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "survex.js",
"version": "1.4.1.0",
"version": "1.0.0",
"description": "Survex JS compatibility layer",
"main": "index.js",
"author": "Paul Walko <[email protected]>",
Expand Down
41 changes: 0 additions & 41 deletions yarn.lock

This file was deleted.

0 comments on commit fe77646

Please sign in to comment.