File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed
Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 11# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
22# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages
33
4- name : Node.js Package
4+ name : Sveltefire Package
55
66on :
77 release :
2828 node-version : 12
2929 registry-url : https://registry.npmjs.org/
3030 - run : npm ci
31+ - run : npm build
3132 - run : npm publish
3233 env :
3334 NODE_AUTH_TOKEN : ${{secrets.npm_token}}
4142 with :
4243 node-version : 12
4344 registry-url : https://npm.pkg.github.com/
44- scope : ' @your-github-username '
45+ scope : ' @codediodeio '
4546 - run : npm ci
4647 - run : npm publish
4748 env :
Original file line number Diff line number Diff line change 11{
2- "version" : " 0.1.1 " ,
2+ "version" : " 0.1.2 " ,
33 "name" : " sveltefire" ,
44 "svelte" : " src/index.js" ,
55 "main" : " dist/index.js" ,
1818 "url" : " https://github.com/codediodeio/sveltefire.git"
1919 },
2020 "devDependencies" : {
21- "concurrently" : " ^5.0 .0" ,
22- "cypress" : " ^3.6.1 " ,
23- "firebase" : " ^7.3 .0" ,
24- "firebase-tools" : " ^7.7 .0" ,
25- "jest" : " ^24.9 .0" ,
26- "rollup" : " ^1.11.0 " ,
21+ "concurrently" : " ^5.1 .0" ,
22+ "cypress" : " ^4.1.0 " ,
23+ "firebase" : " ^7.10 .0" ,
24+ "firebase-tools" : " ^7.14 .0" ,
25+ "jest" : " ^25.1 .0" ,
26+ "rollup" : " ^2.0.3 " ,
2727 "rollup-plugin-bundle-size" : " ^1.0.3" ,
2828 "rollup-plugin-commonjs" : " ^10.1.0" ,
2929 "rollup-plugin-node-resolve" : " ^4.0.0" ,
3030 "rollup-plugin-svelte" : " ^5.0.0" ,
31- "svelte" : " ^3.12.1 "
31+ "svelte" : " ^3.19.2 "
3232 },
3333 "keywords" : [
3434 " svelte" ,
You can’t perform that action at this time.
0 commit comments