File tree Expand file tree Collapse file tree 4 files changed +16
-5
lines changed
Expand file tree Collapse file tree 4 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 88 types : [created]
99
1010jobs :
11- build :
11+ test :
1212 runs-on : ubuntu-latest
1313 steps :
1414 - uses : actions/checkout@v3
Original file line number Diff line number Diff line change 88 types : [created]
99
1010jobs :
11- build :
11+ test :
1212 runs-on : ubuntu-latest
1313 steps :
1414 - uses : actions/checkout@v3
Original file line number Diff line number Diff line change 11/src
22/node_modules
3+ /tests
34
45.env
56.DS_Store
7+ .github
68
79tsconfig.json
8- tsup.config.ts
10+ tsup.config.ts
11+ jest.config.js
12+
13+ CODEOWNERS
Original file line number Diff line number Diff line change 11{
22 "name" : " @contentstack/types-generator" ,
3- "version" : " 1.0.2 " ,
3+ "version" : " 1.0.3 " ,
44 "description" : " Contentstack type definition generation library" ,
55 "private" : false ,
66 "author" : " Contentstack" ,
77 "main" : " ./dist/index.js" ,
88 "module" : " ./dist/index.mjs" ,
99 "types" : " ./dist/index.d.ts" ,
1010 "scripts" : {
11+ "prepare" : " npm run build" ,
1112 "build" : " tsup" ,
1213 "test" : " cross-env NODE_OPTIONS=--experimental-vm-modules jest --testPathPattern=tests"
1314 },
4647 "axios" : " ^1.7.4" ,
4748 "lodash" : " ^4.17.21" ,
4849 "prettier" : " ^3.3.3"
49- }
50+ },
51+ "files" : [
52+ " dist" ,
53+ " package.json" ,
54+ " README.md"
55+ ]
5056}
You can’t perform that action at this time.
0 commit comments