We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b5daa0 commit 5fb8b46Copy full SHA for 5fb8b46
.github/workflows/publish.yaml
@@ -16,6 +16,6 @@ jobs:
16
registry-url: 'https://npm.pkg.github.com'
17
always-auth: true
18
- run: yarn
19
- - run: yarn publish
+ - run: yarn build && yarn publish
20
env:
21
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
package.json
@@ -4,11 +4,10 @@
4
"license": "MIT",
5
"author": "TerranOne",
6
"main": "dist/index.js",
7
- "typings": "dist/index.d.ts",
+ "types": "dist/index.d.ts",
8
"type": "commonjs",
9
"files": [
10
- "dist",
11
- "src"
+ "dist"
12
],
13
"scripts": {
14
"build": "tsc --module commonjs && webpack --mode production",
0 commit comments