Skip to content

Commit d46dbf4

Browse files
committed
add yarn lock to initial install of temp
1 parent a3d08f4 commit d46dbf4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/buildPublishedAPI.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ async function build() {
161161
fs.writeFileSync(path.join(dir, 'package.json'), JSON.stringify(pkg, false, 2));
162162
fs.copySync(path.join(__dirname, '..', '.yarn'), path.join(dir, '.yarn'));
163163
fs.copySync(path.join(__dirname, '..', '.yarnrc.yml'), path.join(dir, '.yarnrc.yml'));
164+
fs.copySync(path.join(__dirname, '..', 'yarn.lock'), path.join(dir, 'yarn.lock'));
164165
fs.copySync(path.join(__dirname, '..', 'packages', '@adobe', 'spectrum-css-builder-temp'), path.join(dir, 'packages', '@adobe', 'spectrum-css-builder-temp'));
165166
fs.copySync(path.join(__dirname, '..', 'packages', '@adobe', 'spectrum-css-vars-temp'), path.join(dir, 'packages', '@adobe', 'spectrum-css-vars-temp'));
166167

0 commit comments

Comments
 (0)