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 87a2eb4 commit 15383b9Copy full SHA for 15383b9
.github/workflows/main.yml
@@ -13,7 +13,8 @@ jobs:
13
with:
14
node-version: 12
15
- run: npm ci
16
- - run: mkdir dist && cp package.json dist/
+ - run: npm run build
17
+ - run: cp package.json dist/
18
- name: Release
19
env:
20
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
package.json
@@ -11,8 +11,6 @@
11
"scripts": {
12
"build": "rm -rf dist && ttsc && rollup --config",
"watch": "ttsc --watch",
- "prepublishOnly": "npm run build",
- "postbuild": "cp package.json dist",
"semantic-release": "semantic-release"
},
"repository": {
0 commit comments