Skip to content

Commit

Permalink
build: do stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallOfSound committed Oct 26, 2022
1 parent 7b2c07a commit ca55ab6
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
}
},
{
"files": ["packages/api/cli/src/**/*.ts", "tools/*.{js,ts}"],
"files": ["packages/api/cli/src/**/*.ts", "packages/external/create-electron-app/src/**/*.ts", "tools/*.{js,ts}"],
"rules": {
"no-process-exit": "off",
"node/shebang": [
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"bolt": {
"workspaces": [
"packages/api/*",
"packages/external/*",
"packages/maker/*",
"packages/publisher/*",
"packages/utils/*",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"name": "create-electron-app",
"version": "6.0.0-beta.68",
"description": "Create Electron App",
"main": "src/index.js",
"typings": "src/index.ts",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Samuel Attard",
"license": "MIT",
"dependencies": {
"@electron-forge/cli": "6.0.0-beta.68"
},
"bin": {
"create-electron-app": "./src/index"
"electron-forge": "dist/index.js"
}
}
3 changes: 3 additions & 0 deletions packages/external/create-electron-app/src/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env node

import '@electron-forge/cli/dist/electron-forge-init';
3 changes: 0 additions & 3 deletions packages/externals/create-electron-app/src/index.js

This file was deleted.

3 changes: 0 additions & 3 deletions packages/externals/create-electron-app/src/index.ts

This file was deleted.

0 comments on commit ca55ab6

Please sign in to comment.