diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9459960..d824f0f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,5 +1,5 @@ name: CI -on: [push] +on: [push, pull_request] jobs: build: runs-on: ubuntu-latest @@ -40,3 +40,6 @@ jobs: run: yarn build env: CI: true + + - name: Publish to pkg.pr.new + run: yarn dlx pkg-pr-new publish --no-template # --compact \ No newline at end of file diff --git a/package.json b/package.json index 3e7d118..d89870c 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,6 @@ { + "name": "remark-typescript-tools", + "author": "Lenz Weber-Tronic", "version": "1.1.0", "license": "MIT", "main": "dist/index.js", @@ -7,6 +9,10 @@ "dist", "src" ], + "repository": { + "type": "git", + "url": "https://github.com/phryneas/remark-typescript-tools.git" + }, "engines": { "node": ">=10" }, @@ -31,8 +37,6 @@ "singleQuote": true, "trailingComma": "es5" }, - "name": "remark-typescript-tools", - "author": "Lenz Weber", "module": "dist/remark-typescript-tools.esm.js", "devDependencies": { "@types/prettier": "^2.1.0",