@sfdc-webapps/base-feature 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +5 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sfdc-webapps/base-feature",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "Base feature template for web applications",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"author": "",
|
|
@@ -10,9 +10,10 @@
|
|
|
10
10
|
"access": "public"
|
|
11
11
|
},
|
|
12
12
|
"scripts": {
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
13
|
+
"build": "npx tsx ../cli/src/index.ts apply-patches packages/base-feature packages/base-react-app packages/base-feature/dist --reset",
|
|
14
|
+
"clean": "rm -rf dist",
|
|
15
|
+
"dev": "cd dist/digitalExperiences/webApplications/base-feature && npm install && npm run dev",
|
|
16
|
+
"watch": "npx tsx ../cli/src/index.ts watch-patches packages/base-feature packages/base-react-app packages/base-feature/dist"
|
|
16
17
|
},
|
|
17
18
|
"devDependencies": {
|
|
18
19
|
"@types/react": "^19.2.7",
|