Skip to content

Commit

Permalink
chore: workflow + scripts (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcasche committed Aug 24, 2022
1 parent e10ddb4 commit 3afbd48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
paths:
- 'packages/**'

jobs:
release:
Expand All @@ -22,7 +24,7 @@ jobs:
node-version: 16.x

- name: Install Dependencies
run: npm i
run: npm ci

- name: Create Release Pull Request or Publish to npm
id: changesets
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"build": "lerna run build --no-private",
"test:ci": "jest --clearCache && lerna run test:ci",
"changeset": "changeset",
"postinstall": "lerna bootstrap",
"release": "npm run build && changeset publish"
},
"engines": {
Expand Down

5 comments on commit 3afbd48

@vercel
Copy link

@vercel vercel bot commented on 3afbd48 Aug 24, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nacelle-next-starter – ./starters/next

nacelle-next-starter-git-main-nacelle.vercel.app
nacelle-next-starter-nacelle.vercel.app
nacelle-nextjs-starter.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 3afbd48 Aug 24, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nacelle-nuxt-starter – ./starters/nuxt

nacelle-nuxt-starter-nacelle.vercel.app
nacelle-nuxt-starter-git-main-nacelle.vercel.app
nacelle-nuxt-starter.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 3afbd48 Aug 24, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nacelle-gatsby-starter – ./starters/gatsby

nacelle-gatsby-starter.vercel.app
nacelle-gatsby-starter-nacelle.vercel.app
nacelle-gatsby-starter-git-main-nacelle.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 3afbd48 Aug 24, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 3afbd48 Aug 24, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nacelle-next-reference-store – ./reference-stores/next

nacelle-next-reference-store-nacelle.vercel.app
nacelle-next-reference-store-coral.vercel.app
nacelle-next-reference-store-git-main-nacelle.vercel.app

Please sign in to comment.