@sfdc-webapps/feature-navigation-menu 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.
Files changed (1) hide show
  1. package/package.json +5 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sfdc-webapps/feature-navigation-menu",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Navigation menu feature for web applications",
5
5
  "license": "ISC",
6
6
  "author": "",
@@ -10,9 +10,10 @@
10
10
  "access": "public"
11
11
  },
12
12
  "scripts": {
13
- "dev": "cd dist/digitalExperiences/webApplications/feature-navigation-menu && yarn && yarn dev",
14
- "build": "node ../cli/dist/index.js apply-patches packages/feature-navigation-menu packages/base-react-app packages/feature-navigation-menu/dist --clean",
15
- "watch": "node ../cli/dist/index.js watch-patches packages/feature-navigation-menu packages/base-react-app packages/feature-navigation-menu/dist --clean"
13
+ "build": "npx tsx ../cli/src/index.ts apply-patches packages/feature-navigation-menu packages/base-react-app packages/feature-navigation-menu/dist --reset",
14
+ "clean": "rm -rf dist",
15
+ "dev": "cd dist/digitalExperiences/webApplications/feature-navigation-menu && npm install && npm run dev",
16
+ "watch": "npx tsx ../cli/src/index.ts watch-patches packages/feature-navigation-menu packages/base-react-app packages/feature-navigation-menu/dist"
16
17
  },
17
18
  "devDependencies": {
18
19
  "@types/react": "^19.2.7",