File tree 2 files changed +11
-10
lines changed
2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 1
1
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
2
2
# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages
3
3
4
- name : Node.js Package
4
+ name : Sveltefire Package
5
5
6
6
on :
7
7
release :
28
28
node-version : 12
29
29
registry-url : https://registry.npmjs.org/
30
30
- run : npm ci
31
+ - run : npm build
31
32
- run : npm publish
32
33
env :
33
34
NODE_AUTH_TOKEN : ${{secrets.npm_token}}
41
42
with :
42
43
node-version : 12
43
44
registry-url : https://npm.pkg.github.com/
44
- scope : ' @your-github-username '
45
+ scope : ' @codediodeio '
45
46
- run : npm ci
46
47
- run : npm publish
47
48
env :
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 0.1.1 " ,
2
+ "version" : " 0.1.2 " ,
3
3
"name" : " sveltefire" ,
4
4
"svelte" : " src/index.js" ,
5
5
"main" : " dist/index.js" ,
18
18
"url" : " https://github.com/codediodeio/sveltefire.git"
19
19
},
20
20
"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 " ,
27
27
"rollup-plugin-bundle-size" : " ^1.0.3" ,
28
28
"rollup-plugin-commonjs" : " ^10.1.0" ,
29
29
"rollup-plugin-node-resolve" : " ^4.0.0" ,
30
30
"rollup-plugin-svelte" : " ^5.0.0" ,
31
- "svelte" : " ^3.12.1 "
31
+ "svelte" : " ^3.19.2 "
32
32
},
33
33
"keywords" : [
34
34
" svelte" ,
You can’t perform that action at this time.
0 commit comments