Custom publish script to publish in the state I want to use it.
This commit is contained in:
parent
73a2c578a5
commit
d2bca5c401
23
package.json
23
package.json
@ -1,23 +1,14 @@
|
|||||||
{
|
{
|
||||||
"name": "@jdbernard/vue-common",
|
"name": "@jdbernard/vue-common",
|
||||||
"version": "1.0.4",
|
"version": "1.0.5",
|
||||||
"description": "Extra stuff I always use when building Vue applications.",
|
"description": "Extra stuff I always use when building Vue applications.",
|
||||||
"main": "dist/index.js",
|
"main": "index.js",
|
||||||
"types": "dist/index.d.ts",
|
"types": "index.d.ts",
|
||||||
"files": [
|
|
||||||
"/dist"
|
|
||||||
],
|
|
||||||
"exports": {
|
|
||||||
".": "./dist/index.js",
|
|
||||||
"./injector": "./dist/injector.js",
|
|
||||||
"./sorting": "./dist/sorting.js",
|
|
||||||
"./state": "./dist/state.js",
|
|
||||||
"./toast.service": "./dist/toast.service.js",
|
|
||||||
"./util": "./dist/util.js"
|
|
||||||
},
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc --build tsconfig.json && cp -r src/components dist/.",
|
"build": "true",
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"build-actual": "tsc --build tsconfig.json && cp -r src/components dist/.",
|
||||||
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
|
"publish": "npm run build-actual && cp package.json dist/. && (cd dist && npm publish)"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user