Skip to content

Commit 68b839d

Browse files
Adjustments to dist
1 parent 8fd1099 commit 68b839d

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,18 @@
22
"name": "sitecore-personalize-tenant-sdk",
33
"version": "0.1.1-beta.0",
44
"description": "The Sitecore Personalize Tenant/Admin API SDK",
5-
"main": "dist/client.js",
5+
"main": "client.js",
66
"type": "module",
7+
"files": [
8+
"dist",
9+
"package.json"
10+
],
711
"scripts": {
812
"build": "tsc -p .",
13+
"clean": "npx rimraf ./dist",
914
"build:local": "npm run build && npm link --force",
10-
"test": "echo \"Error: no test specified\" && exit 1"
15+
"test": "echo \"Error: no test specified\" && exit 1",
16+
"prebuild": "npm run clean"
1117
},
1218
"engines": {
1319
"node": ">=16.17.0"

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"include": ["./package.json"],
32
"compilerOptions": {
43
/* Visit https://aka.ms/tsconfig to read more about this file */
54

0 commit comments

Comments
 (0)