Skip to content

Commit

Permalink
chore: release v2.0.2 (#6)
Browse files Browse the repository at this point in the history
Signed-off-by: Jimmy Madrigal <[email protected]>
  • Loading branch information
jimmymadrigal authored Mar 27, 2024
1 parent 85c4844 commit e1a781e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/shipjs-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
registry-url: 'https://npm.pkg.github.com/'

- name: Install dependencies 🚀
run: npm i --prefer-offline --no-audit
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dscvr-one/frames-adapter",
"version": "2.0.1",
"version": "2.0.2",
"description": "Frames adapter to validate in DSCVR frame instances",
"type": "module",
"main": "./dist/index.js",
Expand Down
1 change: 0 additions & 1 deletion ship.config.cjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module.exports = {
installCommand: () => 'npm ci --prefer-offline --no-audit',
buildCommand: () => 'npm run build',
beforePublish: ({exec}) => exec('npm config set "//npm.pkg.github.com/:_authToken" "\${GITHUB_TOKEN}"'),
publishCommand: ({ defaultCommand, tag }) =>
`${defaultCommand} --access public`,
};

0 comments on commit e1a781e

Please sign in to comment.