Skip to content

Commit

Permalink
#16 設定ファイルを更新
Browse files Browse the repository at this point in the history
  • Loading branch information
ienaga committed Nov 11, 2023
1 parent 47dfe55 commit 0b1a4c3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "18.x"
registry-url: "https://registry.npmjs.org"
- run: npm publish --access public
env:
Expand Down
3 changes: 1 addition & 2 deletions template/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,4 @@ dist-ssr

src/Packages.ts
src/config/Config.ts
electron.index.json
out/
electron.index.json
4 changes: 1 addition & 3 deletions template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@
"build": "npx @next2d/builder",
"lint": "eslint src/**/*.ts",
"test": "npx vitest",
"generate": "npx @next2d/view-generator",
"package": "electron-forge package",
"make": "electron-forge make"
"generate": "npx @next2d/view-generator"
},
"devDependencies": {
"@capacitor/android": "^5.5.1",
Expand Down

0 comments on commit 0b1a4c3

Please sign in to comment.