We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eec5777 + a0775cd commit 3749282Copy full SHA for 3749282
.github/workflows/cd.yml
@@ -15,6 +15,7 @@ jobs:
15
node-version: 20
16
registry-url: https://registry.npmjs.org/
17
- run: npm ci
18
+ - run: tsc --project tsconfig.json
19
- run: npm publish
20
env:
21
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "string-utils-ts",
3
- "version": "2.5.0",
+ "version": "2.5.1",
4
"description": "Provide some useful functions for strings",
5
"main": "./lib",
6
"scripts": {
0 commit comments