Skip to content

Commit

Permalink
hax roped in as its replaced wcfactory
Browse files Browse the repository at this point in the history
  • Loading branch information
btopro committed Oct 18, 2024
1 parent d9810bb commit 7c0ac4f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"prepare": "husky install",
"start": "bash scripts/preinstall.sh && yarn run storybook",
"lerna": "lerna",
"hax": "cd elements/haxcms-elements && yarn start",
"haxsite": "cd elements/haxcms-elements && yarn start",
"preinstall": "bash scripts/preinstall.sh",
"postinstall": "bash scripts/postinstall.sh && ./node_modules/.bin/patch-package",
"init": "lerna init",
Expand All @@ -46,7 +46,7 @@
"build-storybook": "yarn run analyze && export NODE_OPTIONS=--openssl-legacy-provider && set NODE_OPTIONS=--openssl-legacy-provider && set STORYBOOK=true && npx --openssl-legacy-provider --max_old_space_size=16384 build-storybook && cp elements/*/demo/*.json --parents storybook && cp elements/*/lib/*.json --parents storybook",
"rebuild-wcfcache": "./node_modules/.bin/gulp",
"haxschema": "./node_modules/.bin/gulp haxschema",
"new": "yarn run rebuild-wcfcache && wcf element && yarn install --link-duplicates",
"new": "hax",
"ubiquity": "polymer build && yarn run terser && yarn run wc-autoloader && yarn run version-match && mkdir build/es6/node_modules/@lrnwebcomponents && cp -R build/es6/node_modules/@haxtheweb/wc-autoload build/es6/node_modules/@lrnwebcomponents/wc-autoload && cp -R build/es6/node_modules/@haxtheweb/dynamic-import-registry build/es6/node_modules/@lrnwebcomponents/dynamic-import-registry",
"ubiquity-testing": "bash scripts/ubiquity-testing.sh",
"ubiquity-push": "bash scripts/ubiquity-push.sh",
Expand Down Expand Up @@ -95,6 +95,7 @@
"@haxtheweb/media-image": "^9.0.2"
},
"devDependencies": {
"@haxtheweb/create": "^9.0.7",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-logical-assignment-operators": "7.20.7",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
Expand Down

0 comments on commit 7c0ac4f

Please sign in to comment.