We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fec3a42 commit 57d87e5Copy full SHA for 57d87e5
examples/typescript/package.json
@@ -12,8 +12,5 @@
12
"devDependencies": {
13
"@types/node": "^20.0.0",
14
"typescript": "^4.7.4"
15
- },
16
- "dependencies": {
17
- "@optimizely/optimizely-sdk": "file:../../optimizely-optimizely-sdk-6.3.0.tgz"
18
}
19
scripts/run-ts-example.js
@@ -114,7 +114,7 @@ async function main() {
114
run('npm install', exampleDir);
115
116
console.log('\nInstalling SDK tarball in ts-example...');
117
- run(`npm install ${tarballPath}`, exampleDir);
+ run(`npm install --no-save ${tarballPath}`, exampleDir);
118
119
console.log('\nBuilding ts-example...');
120
run('npm run build', exampleDir);
0 commit comments