File tree 4 files changed +35
-2
lines changed
4 files changed +35
-2
lines changed Original file line number Diff line number Diff line change 31
31
run : npx semantic-release
32
32
env :
33
33
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
34
+ NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change
1
+ * .log
2
+ npm-debug.log *
3
+
4
+ # Coverage directory used by tools like istanbul
5
+ coverage
6
+ .nyc_output
7
+
8
+ # Dependency directories
9
+ node_modules
10
+
11
+ # npm package lock
12
+ package-lock.json
13
+ yarn.lock
14
+
15
+ # project files
16
+ src
17
+ test
18
+ examples
19
+ example
20
+ example-next-js
21
+ umd_temp
22
+ CHANGELOG.md
23
+ .travis.yml
24
+ .editorconfig
25
+ .eslintignore
26
+ .eslintrc
27
+ .babelrc
28
+ .gitignore
Original file line number Diff line number Diff line change 15
15
],
16
16
" @semantic-release/commit-analyzer" ,
17
17
" @semantic-release/release-notes-generator" ,
18
- " @semantic-release/github"
18
+ " @semantic-release/github" ,
19
+ " @semantic-release/npm"
19
20
]
20
21
}
Original file line number Diff line number Diff line change 6
6
"module" : " dist/module/index.js" ,
7
7
"types" : " dist/main/index.d.ts" ,
8
8
"sideEffects" : false ,
9
- "private" : true ,
10
9
"scripts" : {
11
10
"clean" : " rimraf dist docs" ,
12
11
"format" : " prettier --write \" {src,test}/**/*.ts\" " ,
26
25
" supabase"
27
26
],
28
27
"author" : " Supabase" ,
28
+ "files" : [
29
+ " dist" ,
30
+ " src"
31
+ ],
29
32
"license" : " MIT" ,
30
33
"bugs" : {
31
34
"url" : " https://github.com/supabase/functions-js/issues"
You can’t perform that action at this time.
0 commit comments