Skip to content

Commit

Permalink
publish should work
Browse files Browse the repository at this point in the history
  • Loading branch information
alireza-sheikholmolouki committed Jul 12, 2024
1 parent 9815b61 commit ae75e57
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 17 deletions.
21 changes: 6 additions & 15 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,30 +27,21 @@ jobs:
- name: Install dependencies
run: npm install

- name: List directory contents before build
run: ls

- name: Display TypeScript version
run: npx tsc --version

- name: Display tsconfig.json content
run: cat tsconfig.json

- name: Build package
run: npm run build

- name: List directory contents after build
run: ls

- name: Check dist folder
run: |
if [ -d "dist" ]; then
echo "dist folder exists"
ls -R dist
echo "dist/"
ls -la dist
else
echo "dist folder does not exist"
echo "Error: dist folder does not exist"
echo "/"
pwd
ls -R
ls -la
exit 1
fi
- name: Display build logs
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @mirohq/cloud-data-import

## 0.3.1
## 0.3.2

### Patch Changes

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": "@mirohq/cloud-data-import",
"version": "0.3.1",
"version": "0.3.2",
"main": "dist/index.js",
"bin": {
"cloud-data-import": "./dist/index.js"
Expand Down

0 comments on commit ae75e57

Please sign in to comment.