Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
danielweck committed Nov 30, 2022
1 parent 8e573c5 commit c550669
Show file tree
Hide file tree
Showing 4 changed files with 10,715 additions and 26,586 deletions.
7 changes: 4 additions & 3 deletions THORIUM_BUILD.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
1) `npm install`
0) rm -rf node_modules/ && rm package-lock.json
1) `npm install --legacy-peer-deps`
2) `npm install -g gulp-cli`
3) `npm test`
3) `gulp test`
4) `gulp web`
5) `cd build/gh-pages`
6) `git push --set-upstream origin gh-pages -f`
7) `cd ../..`
7) `cd ../..`
6 changes: 3 additions & 3 deletions TYPESCRIPT_TYPE_DEFINITIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ TypeScript type definitions are generated from the `src` folder into the [types]

`/PATH/TO/node_modules/.bin/tsc --target ES2020 --allowJS --declaration --outDir ./types --strict --esModuleInterop --forceConsistentCasingInFileNames --emitDeclarationOnly --moduleResolution node src/pdf.js`

https://github.com/mozilla/pdf.js/blob/5d251a3a3e7bfaa8fbfa07f0b7f9901eb3f999d9/gulpfile.js#L1374-L1385

https://github.com/mozilla/pdf.js/blob/master/gulpfile.js#L1375-L1388
`gulp types`
=>
https://github.com/mozilla/pdf.js/blob/fa54a587906100eb8198de2e95d6b1e0bfa88846/gulpfile.js#L1446-L1463
Loading

0 comments on commit c550669

Please sign in to comment.