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.
2 parents c7e643f + d253dad commit 62f495dCopy full SHA for 62f495d
.github/workflows/npm-publish.yml
@@ -6,6 +6,7 @@ on:
6
7
jobs:
8
publish-npm:
9
+ runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@v2
12
- uses: actions/setup-node@v1
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "create-ts-web-app",
3
- "version": "0.0.2",
+ "version": "0.0.4",
4
"description": "Create web app with typescript support",
5
"repository": {
"type": "git",
0 commit comments