Skip to content

Commit

Permalink
version 0.3.1-next.2
Browse files Browse the repository at this point in the history
  • Loading branch information
amerharb committed Jan 18, 2024
1 parent 2308e08 commit f1aaef2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 15 deletions.
18 changes: 4 additions & 14 deletions .github/workflows/publish-next.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,20 +66,10 @@ jobs:
always-auth: true
cache: yarn

- name: install root dependencies
run: yarn install --immutable

- name: install package dependencies
run: yarn workspace $PACKAGE_NAME install --immutable

- name: lint
run: yarn workspace $PACKAGE_NAME run lint

- name: build
run: yarn workspace $PACKAGE_NAME run build

- name: test
run: yarn workspace $PACKAGE_NAME run test
- run: yarn workspaces foreach --all install --immutable
- run: yarn lint
- run: yarn build
- run: yarn test

- name: publish abjad-convert @next to npm
if: ${{ env.PACKAGE_NAME == 'abjad-convert' }}
Expand Down
2 changes: 1 addition & 1 deletion packages/abjad-convert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "abjad-convert",
"version": "0.3.1-next.1",
"version": "0.3.1-next.2",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"files": [
Expand Down

0 comments on commit f1aaef2

Please sign in to comment.