File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 20
20
node-version : ${{ matrix.node-version }}
21
21
cache : ' npm'
22
22
- run : npm ci
23
- - run : npm run build --if-present
23
+ - run : npm run build
24
24
- run : npm test
Original file line number Diff line number Diff line change 14
14
with :
15
15
node-version : 20
16
16
- run : npm ci
17
+ - run : npm run build
17
18
- run : npm test
18
19
19
20
publish-npm :
26
27
node-version : 20
27
28
registry-url : https://registry.npmjs.org/
28
29
- run : npm ci
30
+ - run : npm run build
29
31
- run : npm publish
30
32
env :
31
33
NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
Original file line number Diff line number Diff line change 3
3
"version" : " 1.0.0" ,
4
4
"main" : " lib/index.js" ,
5
5
"typings" : " lib/index.d.ts" ,
6
+ "types" : " lib/index.d.ts" ,
7
+ "type" : " module" ,
6
8
"files" : [
7
9
" src/"
8
10
],
34
36
"bugs" : {
35
37
"url" : " https://github.com/RegexSolver/regexsolver-js/issues"
36
38
},
39
+ "homepage" : " https://regexsolver.com" ,
40
+ "contributors" : [
41
+ " Alexandre van Beurden (https://github.com/alexvbrdn)"
42
+ ],
37
43
"dependencies" : {
38
44
"axios" : " ^1.7.3"
39
45
},
You can’t perform that action at this time.
0 commit comments