updated package and remove publish command
This commit is contained in:
parent
1e8a3b98dd
commit
bfb4dc391e
@ -1,3 +1,3 @@
|
|||||||
node_modules
|
node_modules
|
||||||
|
|
||||||
dist
|
dist
|
||||||
|
build
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -12,4 +12,6 @@
|
|||||||
# Error File
|
# Error File
|
||||||
yarn-error.log
|
yarn-error.log
|
||||||
|
|
||||||
|
/build
|
||||||
|
/dist
|
||||||
|
|
||||||
|
@ -10,14 +10,13 @@
|
|||||||
"keywords": ["javascript","typescript", "boilerplate","library"],
|
"keywords": ["javascript","typescript", "boilerplate","library"],
|
||||||
|
|
||||||
"repository": {
|
"repository": {
|
||||||
"url": "https://git.cubetiqs.com/s.long/js-lib-boilerplate"
|
"url": "https://git.cubetiqs.com/CUBETIQ/library-boilerplate.git"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
"build:test": "yarn jest && yarn build",
|
"build:test": "yarn jest && yarn build",
|
||||||
"publish": "yarn build:test && npm publish --registry https://npm.osa.cubetiqs.com",
|
"pub": "npm publish --access public",
|
||||||
|
|
||||||
"run:example": "cd example && yarn start"
|
"run:example": "cd example && yarn start"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
5242
yarn-error.log
5242
yarn-error.log
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user