Commit 6de3548
authored
Rename file to match generate-package-json.ts (#1232)
## Summary:
I'm creating this PR so I have a code change that can trigger a new release.
Backstory: I thought I had published this package once already, but I hadn't. When I cut the v0.0.2 release it failed because the package does not exist on npmjs.com yet and can't be published without Trusted Publishing being enabled (the exact problem this tool is meant to help with).
Since then, I've manually published a placeholder package and enabled Trusted Publishing on npmjs (https://www.npmjs.com/package/@khanacademy/wonder-stuff-tool-publish-new-pkg/access).
When this PR is landed we can cut the release and it should publish successfully.
Issue: LEMS-3681
## Test plan:
Author: jeremywiebe
Reviewers: somewhatabstract
Required Reviewers:
Approved By: somewhatabstract
Checks: ✅ 7 checks were successful, ⏭️ 1 check has been skipped
Pull Request URL: #12321 parent 556e1ba commit 6de3548
File tree
4 files changed
+7
-2
lines changed- .changeset
- packages/wonder-stuff-tool-new-pkg/src
- __tests__
4 files changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments