Skip to content

Commit

Permalink
feat: test release 2
Browse files Browse the repository at this point in the history
  • Loading branch information
rehanvandermerwe committed Feb 5, 2024
1 parent 90037dc commit d81427d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ async function createPackage() {
await fse.copy(paths.workingDir + '/package.json', paths.packageInfraBuild + '/package.json');

// Read the package.json that will be published and remove some stuff
const packageJson = JSON.parse(fs.readFileSync(paths.package + '/package.json').toString());
const packageJson = JSON.parse(fs.readFileSync(paths.workingDir + '/package.json').toString());
delete packageJson.dependencies;
delete packageJson.scripts;
delete packageJson.wireit;
Expand Down

0 comments on commit d81427d

Please sign in to comment.