Skip to content

Commit

Permalink
Update for new publishing method (#669)
Browse files Browse the repository at this point in the history
Put the `dist` files in the repository since `prepublishOnly` will no
longer be run.
  • Loading branch information
micpap25 authored Jun 28, 2024
1 parent d935a83 commit 06cfcfc
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
coverage/
dist/
shared/pdf_viewer.js
shared/pdf.js
shared/pdf.worker.js
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ node_modules/
coverage/
sandbox/shared
web/shared
dist/
web-dist/
npm-debug.log
.DS_Store
Expand Down
2 changes: 2 additions & 0 deletions dist/pdf-annotate.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/pdf-annotate.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions dist/pdf-annotate.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/pdf-annotate.min.js.map

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@submitty/pdf-annotate.js",
"version": "24.6.5",
"version": "24.6.6",
"description": "Annotation layer for pdf.js",
"main": "index.js",
"types": "types",
Expand All @@ -11,7 +11,6 @@
"startindocker": "./scripts/web-docker",
"build": "webpack && MINIFY=1 webpack",
"codecov": "codecov",
"prepublishOnly": "npm run build && npm run types",

This comment has been minimized.

Copy link
@iamandrewluca

iamandrewluca Jul 22, 2024

Issue: @micpap25, the last release is missing the types folder.

image image
"types": "tsc"
},
"repository": {
Expand Down

0 comments on commit 06cfcfc

Please sign in to comment.