Skip to content

Commit

Permalink
feat(Typescript): Add build to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Ackermann committed Aug 13, 2024
1 parent 14b49b3 commit 054434e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
node-version: 20
- run: npm ci
- run: npm test
- run: npm run build

publish-npm:
needs: build
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "single-spa-vue-ts",
"version": "0.1.0-alpha.0",
"version": "0.1.0-alpha.1",
"description": "a single-spa plugin for vue.js applications",
"type": "module",
"main": "dist/single-spa-vue.umd.js",
Expand All @@ -25,8 +25,7 @@
"url": "git+https://github.com/single-spa/single-spa-vue.git"
},
"files": [
"dist",
"types"
"dist"
],
"keywords": [
"single-spa",
Expand Down

0 comments on commit 054434e

Please sign in to comment.