Skip to content

Commit

Permalink
fix: Fix pkg assets list
Browse files Browse the repository at this point in the history
  • Loading branch information
3y3k0 authored and 3y3 committed Jun 27, 2023
1 parent fd7d094 commit 8759847
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,16 @@
"pkg": {
"scripts": [
"build/index.js",
"build/0.index.worker.js",
"build/linter.js",
"build/plugins/*.js",
"build/lint-rules/*.js",
"build/default-lint-config.js",
"build/head-content.js"
],
"assets": "build/app.js"
"assets": [
"node_modules/@diplodoc/client/build/app.client.js",
"node_modules/@diplodoc/client/build/app.client.css"
]
},
"keywords": [
"markdown",
Expand Down

0 comments on commit 8759847

Please sign in to comment.