We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25053c6 commit 6e26953Copy full SHA for 6e26953
2 files changed
.github/workflows/publish.yml
@@ -16,6 +16,7 @@ jobs:
16
node-version: '12.x'
17
registry-url: 'https://npm.pkg.github.com'
18
- run: yarn
19
+ - run: yarn build
20
- run: yarn publish
21
env:
22
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@internxt/lib",
3
- "version": "1.0.1",
+ "version": "1.0.2",
4
"description": "Common logic shared between different projects of Internxt ",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
@@ -10,8 +10,7 @@
10
"build": "tsc",
11
"lint": "eslint src/**/*.ts",
12
"format": "prettier src/**/*.ts",
13
- "prepare": "husky install",
14
- "prepublish": "yarn build"
+ "prepare": "husky install"
15
},
"repository": {
"type": "git",
0 commit comments