Skip to content
Snippets Groups Projects
Commit 153b6ae8 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Try setting a publishConfig to public

lerna complains about this

And remove the custom publish commands
parent 24539211
No related branches found
No related tags found
No related merge requests found
Pipeline #14706 passed
Showing
with 64 additions and 28 deletions
......@@ -23,7 +23,7 @@ publish:
- publish
- master
script:
- echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
- echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}' > ~/.npmrc
- yarn config set cache-folder "$CI_PROJECT_DIR/_yarn_cache"
- yarn install
- yarn run build
......
......@@ -12,10 +12,6 @@
"build": "lerna run build",
"publish": "lerna publish from-package --yes"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"author": "",
"license": "LGPL-2.1-or-later",
"devDependencies": {
......
......@@ -4,6 +4,10 @@
"version": "0.1.4",
"main": "src/index.js",
"license": "LGPL-2.1-or-later",
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^16.0.0",
"@rollup/plugin-json": "^4.1.0",
......@@ -45,7 +49,6 @@
"watch": "npm run watch-local",
"watch-local": "rollup -c --watch",
"test": "npm run build-test && karma start --singleRun",
"publish": "can-npm-publish --verbose 2>&1 && npm run build && npm publish --access public 2>&1 || true",
"lint": "eslint ."
}
}
......@@ -4,6 +4,10 @@
"version": "0.1.0",
"main": "src/index.js",
"license": "LGPL-2.1-or-later",
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^16.0.0",
"@rollup/plugin-json": "^4.1.0",
......@@ -47,7 +51,6 @@
"watch-local": "rollup -c --watch",
"watch-dev": "rollup -c --watch --environment BUILD:development",
"test": "yarn run build-test && karma start --singleRun",
"publish": "can-npm-publish --verbose 2>&1 && npm run build && npm publish --access public 2>&1 || true",
"lint": "eslint ."
}
}
......@@ -5,6 +5,10 @@
"main": "src/index.js",
"license": "LGPL-2.1-or-later",
"private": true,
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^16.0.0",
"@rollup/plugin-json": "^4.1.0",
......@@ -45,7 +49,6 @@
"watch": "npm run watch-local",
"watch-local": "rollup -c --watch",
"watch-dev": "rollup -c --watch --environment BUILD:development",
"test": "npm run build-test && karma start --singleRun",
"publish": "can-npm-publish --verbose 2>&1 && npm run build && npm publish --access public 2>&1 || true"
"test": "npm run build-test && karma start --singleRun"
}
}
......@@ -29,8 +29,7 @@
"build-test": "rollup -c --environment BUILD:test",
"test": "npm run build-test && karma start --singleRun",
"watch": "rollup -c --watch",
"lint": "eslint .",
"publish": "can-npm-publish --verbose 2>&1 && npm run build && npm publish --access public 2>&1 || true"
"lint": "eslint ."
},
"dependencies": {
"@open-wc/scoped-elements": "^1.3.2",
......
......@@ -5,6 +5,10 @@
"main": "src/index.js",
"license": "LGPL-2.1-or-later",
"private": true,
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^16.0.0",
"@rollup/plugin-json": "^4.1.0",
......@@ -51,7 +55,6 @@
"watch": "npm run watch-local",
"watch-local": "rollup -c --watch",
"watch-dev": "rollup -c --watch --environment BUILD:development",
"test": "npm run build-test && karma start --singleRun",
"publish": "can-npm-publish --verbose 2>&1 && npm run build && npm publish --access public 2>&1 || true"
"test": "npm run build-test && karma start --singleRun"
}
}
......@@ -4,6 +4,10 @@
"version": "0.1.5",
"main": "src/index.js",
"license": "LGPL-2.1-or-later",
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^16.0.0",
"@rollup/plugin-json": "^4.0.2",
......@@ -46,7 +50,6 @@
"watch": "npm run watch-local",
"watch-local": "rollup -c --watch",
"watch-dev": "rollup -c --watch --environment BUILD:development",
"test": "npm run build-test && karma start --singleRun",
"publish": "can-npm-publish --verbose 2>&1 && npm run build && npm publish --access public 2>&1 || true"
"test": "npm run build-test && karma start --singleRun"
}
}
......@@ -2,5 +2,9 @@
"name": "@dbp-toolkit/font-source-sans-pro",
"version": "0.1.0",
"author": "",
"license": "OFL-1.1"
"license": "OFL-1.1",
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
}
}
......@@ -5,6 +5,10 @@
"main": "src/index.js",
"license": "LGPL-2.1-or-later",
"private": true,
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^16.0.0",
"@rollup/plugin-json": "^4.1.0",
......@@ -44,7 +48,6 @@
"watch": "npm run watch-local",
"watch-local": "rollup -c --watch",
"watch-dev": "rollup -c --watch --environment BUILD:development",
"test": "npm run build-test && karma start --singleRun",
"publish": "can-npm-publish --verbose 2>&1 && npm run build && npm publish --access public 2>&1 || true"
"test": "npm run build-test && karma start --singleRun"
}
}
......@@ -4,6 +4,10 @@
"version": "0.1.1",
"main": "src/index.js",
"license": "LGPL-2.1-or-later",
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^16.0.0",
"@rollup/plugin-json": "^4.1.0",
......@@ -39,7 +43,6 @@
"watch": "npm run watch-local",
"watch-local": "rollup -c --watch",
"watch-dev": "rollup -c --watch --environment BUILD:development",
"test": "npm run build-test && karma start --singleRun",
"publish": "can-npm-publish --verbose 2>&1 && npm run build && npm publish --access public 2>&1 || true"
"test": "npm run build-test && karma start --singleRun"
}
}
......@@ -5,6 +5,10 @@
"main": "src/index.js",
"license": "LGPL-2.1-or-later",
"private": true,
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^16.0.0",
"@rollup/plugin-json": "^4.1.0",
......
......@@ -5,6 +5,10 @@
"main": "src/index.js",
"license": "LGPL-2.1-or-later",
"private": true,
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^16.0.0",
"@rollup/plugin-json": "^4.0.0",
......@@ -41,7 +45,6 @@
"watch": "npm run watch-local",
"watch-local": "rollup -c --watch",
"watch-dev": "rollup -c --watch --environment BUILD:development",
"test": "npm run build-test && karma start --singleRun",
"publish": "can-npm-publish --verbose 2>&1 && npm run build && npm publish --access public 2>&1 || true"
"test": "npm run build-test && karma start --singleRun"
}
}
......@@ -5,6 +5,10 @@
"main": "src/index.js",
"license": "LGPL-2.1-or-later",
"private": true,
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^16.0.0",
"@rollup/plugin-json": "^4.1.0",
......@@ -44,7 +48,6 @@
"watch": "npm run watch-local",
"watch-local": "rollup -c --watch",
"watch-dev": "rollup -c --watch --environment BUILD:development",
"test": "npm run build-test && karma start --singleRun",
"publish": "can-npm-publish --verbose 2>&1 && npm run build && npm publish --access public 2>&1 || true"
"test": "npm run build-test && karma start --singleRun"
}
}
......@@ -5,6 +5,10 @@
"main": "src/index.js",
"license": "LGPL-2.1-or-later",
"private": true,
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^16.0.0",
"@rollup/plugin-json": "^4.1.0",
......@@ -45,7 +49,6 @@
"watch": "npm run watch-local",
"watch-local": "rollup -c --watch",
"watch-dev": "rollup -c --watch --environment BUILD:development",
"test": "npm run build-test && karma start --singleRun",
"publish": "can-npm-publish --verbose 2>&1 && npm run build && npm publish --access public 2>&1 || true"
"test": "npm run build-test && karma start --singleRun"
}
}
......@@ -5,6 +5,10 @@
"main": "src/index.js",
"license": "LGPL-2.1-or-later",
"private": true,
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^16.0.0",
"@rollup/plugin-json": "^4.0.0",
......@@ -47,7 +51,6 @@
"watch-local": "rollup -c --watch",
"watch-dev": "rollup -c --watch --environment BUILD:development",
"test": "npm run build-test && karma start --singleRun",
"lint": "eslint .",
"publish": "can-npm-publish --verbose 2>&1 && npm run build && npm publish --access public 2>&1 || true"
"lint": "eslint ."
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment