Skip to content

Commit

Permalink
Merge pull request #155 from jcommaret/actual-editor-insets
Browse files Browse the repository at this point in the history
Build.js : Fixing tsup command
  • Loading branch information
andrewpareles authored Nov 21, 2024
2 parents f7d2e95 + 879595d commit 469bba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/workbench/contrib/void/browser/react/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ execSync('npx rimraf out/ && npx rimraf src2/')
execSync('npx scope-tailwind ./src -o src2/ -s void-scope -c styles.css -p "prefix-" ')

// tsup to build src2/ into out/
execSync('tsup')
execSync('npx tsup')


0 comments on commit 469bba1

Please sign in to comment.