Skip to content

Commit

Permalink
try different approach
Browse files Browse the repository at this point in the history
  • Loading branch information
BastianGanze committed Aug 26, 2023
1 parent bd906fb commit 97d1222
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "weebsync",
"version": "0.7.2",
"version": "0.7.3",
"description": "A small tool to automatically sync files from an ftp server.",
"license": "MIT",
"private": true,
Expand All @@ -11,9 +11,9 @@
],
"outputPath": "dist",
"targets": [
"latest-linuxstatic",
"latest-win-x64",
"latest-mac-x64"
"node16-linuxstatic",
"node16-win-x64",
"node16-mac-x64"
]
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"main": "./build/main.js",
"scripts": {
"build": "tsc && ts-node --skipProject build.ts && rollup -c --bundleConfigAsCjs && rm ../build/index.mjs",
"build": "tsc && ts-node --skipProject build.ts && rollup -c && rm ../build/index.mjs",
"dev": "tsc && esrun --watch=src/*.ts src/index.ts"
},
"author": "Bastian Ganze",
Expand Down

0 comments on commit 97d1222

Please sign in to comment.