File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5252 - name : Install dependencies
5353 run : yarn install
5454
55+ - name : Build
56+ run : yarn build
57+
5558 - name : Detect tag type (RELEASE or BETA)
5659 id : tag_check
5760 run : |
7578 if : steps.tag_check.outputs.tag_type == 'BETA'
7679 run : npm publish --tag next
7780 env :
78- NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
79-
81+ NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 11tsconfig.json
2- src
32.git
3+ .github
44config
55scripts
66tslint.json
77.travis.yml
88_config.yml
99checkTag.sh
1010renovate.json
11- * .tgz
11+ * .tgz
12+
Original file line number Diff line number Diff line change 11{
22 "name" : " reactivexcomponent.js" ,
3- "version" : " 7.0.3 " ,
3+ "version" : " 7.0.4 " ,
44 "description" : " Javascript reactive client API for XComponent" ,
5- "main" : " . /index.js" ,
6- "module" : " . /index.js" ,
7- "types" : " . /index.d.ts" ,
5+ "main" : " dist /index.js" ,
6+ "module" : " dist /index.js" ,
7+ "types" : " dist /index.d.ts" ,
88 "exports" : {
9- "import" : " ./index.js" ,
10- "require" : " ./index.js"
9+ "import" : " ./dist /index.js" ,
10+ "require" : " ./dist /index.js"
1111 },
1212 "directories" : {
1313 "test" : " test" ,
113113 "hooks" : {
114114 "pre-commit" : " pretty-quick --staged"
115115 }
116- }
116+ },
117+ "files" : [
118+ " dist/"
119+ ]
117120}
You can’t perform that action at this time.
0 commit comments