Skip to content

Commit 57d87e5

Browse files
committed
up
1 parent fec3a42 commit 57d87e5

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

examples/typescript/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,5 @@
1212
"devDependencies": {
1313
"@types/node": "^20.0.0",
1414
"typescript": "^4.7.4"
15-
},
16-
"dependencies": {
17-
"@optimizely/optimizely-sdk": "file:../../optimizely-optimizely-sdk-6.3.0.tgz"
1815
}
1916
}

scripts/run-ts-example.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ async function main() {
114114
run('npm install', exampleDir);
115115

116116
console.log('\nInstalling SDK tarball in ts-example...');
117-
run(`npm install ${tarballPath}`, exampleDir);
117+
run(`npm install --no-save ${tarballPath}`, exampleDir);
118118

119119
console.log('\nBuilding ts-example...');
120120
run('npm run build', exampleDir);

0 commit comments

Comments
 (0)