Skip to content

Commit 57ca245

Browse files
trentmpichlermarc
andauthored
chore: use npm workspaces and a package-lock.json (open-telemetry#1771)
Co-authored-by: Marc Pichler <[email protected]>
1 parent 8a0b53f commit 57ca245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"lint": "eslint . --ext .ts",
1717
"lint:fix": "eslint . --ext .ts --fix",
1818
"watch": "tsc --build --watch tsconfig.json tsconfig.esm.json",
19-
"prepare": "npm run compile"
19+
"prepublishOnly": "npm run compile"
2020
},
2121
"keywords": [
2222
"opentelemetry",

0 commit comments

Comments
 (0)