We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 849400a commit 65e5c34Copy full SHA for 65e5c34
2 files changed
package.json
@@ -7,7 +7,7 @@
7
],
8
"scripts": {
9
"release": "yarn workspaces foreach --verbose run semantic-release -e semantic-release-monorepo",
10
- "build": "yarn workspaces foreach run build",
+ "build": "yarn workspaces foreach --verbose -ARt run build",
11
"prettier": "prettier --write server && prettier --write client"
12
},
13
"packageManager": "yarn@3.3.1",
server/package.json
@@ -3,9 +3,9 @@
3
"version": "2.0.5",
4
"private": true,
5
"description": "Server for the timeclicker App",
6
- "main": "dist/src/libindex.js",
- "types": "dist/src/libindex.d.ts",
- "bin": "dist/src/index.js",
+ "main": "dist/libindex.js",
+ "types": "dist/libindex.d.ts",
+ "bin": "dist/index.js",
"files": [
"dist"
0 commit comments