Skip to content

Commit

Permalink
also prepare new workspace explorer-helpers (#242)
Browse files Browse the repository at this point in the history
* also prepare new workspace

* changeset
  • Loading branch information
mayakoneval authored Apr 13, 2023
1 parent 50663f2 commit 917141c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/many-cherries-wait.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@apollo/explorer-helpers': patch
---

actually publish the right shtuff!
6 changes: 5 additions & 1 deletion prepareForPublish.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
const fs = require('fs-extra');
const packages = ['./packages/explorer', './packages/sandbox'];
const packages = [
'./packages/explorer',
'./packages/sandbox',
'./packages/explorer-helpers',
];
async function moveFiles() {
packages.forEach(async (packageName) => {
// remove all files except `dist` folder
Expand Down

0 comments on commit 917141c

Please sign in to comment.