Skip to content

Commit

Permalink
Test puslish config
Browse files Browse the repository at this point in the history
  • Loading branch information
alpeto9 committed Dec 19, 2024
1 parent 6972723 commit 4e27d8c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-create-radix-dapp-npm.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Publish NPM create-radix-app

on:
push:
branches:
- DO-2916
release:
types:
- released
Expand Down
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"name": "@radixdlt/create-radix-app",
"version": "0.1.0",
"name": "create-radix-app",
"version": "0.0.0",
"publishConfig": {
"access": "public",
"name": "@radixdlt/create-radix-app"
},
"type": "module",
"description": "A new project scaffolding tool for quickly bootstrapping a new Radix dApp project.",
"main": "bin/index.js",
Expand Down

0 comments on commit 4e27d8c

Please sign in to comment.