Skip to content

Commit

Permalink
cli.ts -> index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
osyrisrblx committed Oct 15, 2023
1 parent 9bf1264 commit 5de718e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
npm run build
- name: Create template project
run: node ./create-roblox-ts/out/cli.js ${{ matrix.type }} -y --dir project
run: node ./create-roblox-ts/out/index.js ${{ matrix.type }} -y --dir project
2 changes: 1 addition & 1 deletion devlink/create-roblox-ts-dev.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env node
globalThis.RBXTSC_DEV = true;
require(`${__dirname}/../out/cli.js`);
require(`${__dirname}/../out/index.js`);
File renamed without changes.

0 comments on commit 5de718e

Please sign in to comment.