Skip to content

Commit

Permalink
V1 fix release (#52)
Browse files Browse the repository at this point in the history
* build: ensure lib is created as part of publish (#48)

* v1 dist tag

---------

Co-authored-by: Matt Loberg <[email protected]>
  • Loading branch information
mgreystone and mloberg authored Jan 17, 2024
1 parent 9b78beb commit 8650b5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
scope: '@articulate'
cache: yarn
- run: yarn install --frozen-lockfile
- run: yarn publish
- run: yarn publish --tag legacy
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@articulate/funky",
"version": "1.10.0",
"version": "1.10.1",
"description": "Functional helper library",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -31,8 +31,8 @@
"clean": "rm -rf lib && mkdir -p lib",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"lint": "eslint src test",
"postversion": "git push --tags origin master",
"prebuild": "yarn run clean",
"prepublish": "yarn run build",
"pretest": "yarn run build",
"preversion": "git checkout master && yarn run build",
"test": "mocha test --reporter=dot && yarn run test:tsd",
Expand Down

0 comments on commit 8650b5b

Please sign in to comment.