Skip to content

Commit

Permalink
Rename build script to generate
Browse files Browse the repository at this point in the history
  • Loading branch information
remcohaszing committed Aug 4, 2023
1 parent e1a821b commit 728dc99
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/vscode-mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"build": "esbuild extension=./src/extension.js language-server=@mdx-js/language-server --bundle --platform=node --target=node16 --external:vscode --outdir=out",
"build:debug": "npm run copy-libs && npm run build -- --sourcemap",
"copy-libs": "cpy '../../node_modules/typescript/lib/lib.*.d.ts' out/",
"generate": "node --conditions development ./script/build.mjs",
"generate": "node --conditions development ./script/generate.mjs",
"vscode:prepublish": "npm run copy-libs && npm run build -- --minify"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ blob = blob.replace(/<dict>/, ($0) => {
This file is maintained at <https://github.com/${repo}/blob/${branch}/${filename}>.
To improve it, please create a pull request to the original repository.
Once accepted there, it can be pulled into this project (\`vscode-mdx\`) with
\`script/build.js\`, and released.
\`script/generate.mjs\`, and released.
Version from SHA: ${sha}.
-->
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode-mdx/syntaxes/source.mdx.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This file is maintained at <https://github.com/wooorm/markdown-tm-language/blob/main/source.mdx.tmLanguage>.
To improve it, please create a pull request to the original repository.
Once accepted there, it can be pulled into this project (`vscode-mdx`) with
`script/build.js`, and released.
`script/generate.mjs`, and released.
Version from SHA: e14b65157a0b738430309b14b2f025f3bb37526a.
-->
Expand Down

0 comments on commit 728dc99

Please sign in to comment.