Add npm scope @toolkit
Change-Id: I1587c5b5e2e2aa8d0604db02e70ee82036edeb9a
This commit is contained in:
parent
e822b96119
commit
829249c843
3 changed files with 5 additions and 3 deletions
3
.npmrc
3
.npmrc
|
@ -1,2 +1,3 @@
|
|||
always-auth=true
|
||||
@prokyon:registry=https://npm.romanjaros.dev
|
||||
@prokyon:registry=https://npm.romanjaros.dev
|
||||
@toolkit:registry=https://npm.romanjaros.dev
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "seedling",
|
||||
"name": "@toolkit/seedling",
|
||||
"version": "0.1.0",
|
||||
"description": "",
|
||||
"main": "create.js",
|
||||
|
@ -8,7 +8,7 @@
|
|||
},
|
||||
"scripts": {
|
||||
"create": "pnpm ci:build",
|
||||
"ci:build": "node create.js --name app --port 00 --monorepo T ./build",
|
||||
"ci:build": "node create.js --name app --port --monorepo T ./build",
|
||||
"release": "pnpm version --no-git-tag-version"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
always-auth=true
|
||||
@prokyon:registry=https://npm.romanjaros.dev
|
||||
@toolkit:registry=https://npm.romanjaros.dev
|
Loading…
Add table
Reference in a new issue