Skip to content

Commit

Permalink
Publish to pkg.pr.new
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed Sep 8, 2024
1 parent 567dc17 commit ddf2e39
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: CI
on: [push]
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -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
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"name": "remark-typescript-tools",
"author": "Lenz Weber-Tronic",
"version": "1.1.0",
"license": "MIT",
"main": "dist/index.js",
Expand All @@ -7,6 +9,10 @@
"dist",
"src"
],
"repository": {
"type": "git",
"url": "https://github.com/phryneas/remark-typescript-tools.git"
},
"engines": {
"node": ">=10"
},
Expand All @@ -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",
Expand Down

0 comments on commit ddf2e39

Please sign in to comment.