Skip to content

Commit

Permalink
Merge branch 'chore/rename-digita-ai-to-useid' of github.com:useid/ut…
Browse files Browse the repository at this point in the history
…ilities into chore/rename-digita-ai-to-useid WIP
  • Loading branch information
lem-onade committed Aug 4, 2023
2 parents 36f69e2 + 3f9c66d commit a8ab2b5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,27 +99,27 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.GA_TOKEN }}

- run: npm run build:all

- run: |
cd packages/dgt-components
cd packages/dgt-theme
npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GA_TOKEN }}
- run: |
cd packages/dgt-theme
cd packages/dgt-utils-core
npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GA_TOKEN }}
- run: |
cd packages/dgt-utils
packages/dgt-utils
npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GA_TOKEN }}
- run: |
cd packages/dgt-utils-core
packages/dgt-components
npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GA_TOKEN }}
2 changes: 1 addition & 1 deletion packages/dgt-components/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14-alpine AS build
FROM node:18-alpine AS build
ARG NPM_TOKEN
WORKDIR /usr/src/app
COPY package*.json ./
Expand Down
2 changes: 1 addition & 1 deletion packages/dgt-utils-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@useid/dgt-utils-core",
"version": "0.21.2",
"version": "0.22.0",
"license": "ISC",
"scripts": {
"build": "rimraf ./dist && vite build && tsc",
Expand Down

0 comments on commit a8ab2b5

Please sign in to comment.