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 2020 node-version : ${{ matrix.node-version }}
2121 cache : ' npm'
2222 - run : npm ci
23- - run : npm run build --if-present
23+ - run : npm run build
2424 - run : npm test
Original file line number Diff line number Diff line change 1414 with :
1515 node-version : 20
1616 - run : npm ci
17+ - run : npm run build
1718 - run : npm test
1819
1920 publish-npm :
2627 node-version : 20
2728 registry-url : https://registry.npmjs.org/
2829 - run : npm ci
30+ - run : npm run build
2931 - run : npm publish
3032 env :
3133 NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
Original file line number Diff line number Diff line change 33 "version" : " 1.0.0" ,
44 "main" : " lib/index.js" ,
55 "typings" : " lib/index.d.ts" ,
6+ "types" : " lib/index.d.ts" ,
7+ "type" : " module" ,
68 "files" : [
79 " src/"
810 ],
3436 "bugs" : {
3537 "url" : " https://github.com/RegexSolver/regexsolver-js/issues"
3638 },
39+ "homepage" : " https://regexsolver.com" ,
40+ "contributors" : [
41+ " Alexandre van Beurden (https://github.com/alexvbrdn)"
42+ ],
3743 "dependencies" : {
3844 "axios" : " ^1.7.3"
3945 },
You can’t perform that action at this time.
0 commit comments