Skip to content

Commit

Permalink
Merge pull request #22 from contentstack/action-env-fix
Browse files Browse the repository at this point in the history
Updated NPM config
  • Loading branch information
Zuhair2002 authored Aug 27, 2024
2 parents d28c305 + cb1a34d commit 7368ae5
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
types: [created]

jobs:
build:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
types: [created]

jobs:
build:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
7 changes: 6 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
/src
/node_modules
/tests

.env
.DS_Store
.github

tsconfig.json
tsup.config.ts
tsup.config.ts
jest.config.js

CODEOWNERS
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "@contentstack/types-generator",
"version": "1.0.2",
"version": "1.0.3",
"description": "Contentstack type definition generation library",
"private": false,
"author": "Contentstack",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"scripts": {
"prepare": "npm run build",
"build": "tsup",
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest --testPathPattern=tests"
},
Expand Down Expand Up @@ -46,5 +47,10 @@
"axios": "^1.7.4",
"lodash": "^4.17.21",
"prettier": "^3.3.3"
}
},
"files": [
"dist",
"package.json",
"README.md"
]
}

0 comments on commit 7368ae5

Please sign in to comment.