@pingux/astro 2.182.3 → 2.183.0-alpha.0

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 (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -102,6 +102,10 @@ You will need to have the monorepo open at the root directory in VS Code for lin
102
102
  Note: To make linting and highlighting work with Yarn 2, `yarn dlx @yarnpkg/sdks vscode` needs to be run in the root directory of the monorepo. If any changes are made to any
103
103
  ESLint packages or versions these features may stop working. Run this command again to solve the issue. Be sure to commit the changes so others don't run into the same issue.
104
104
 
105
+ ## Testing Local Changes in an External App
106
+
107
+ See the [Testing Local Changes in an External App](../../README.md#testing-local-changes-in-an-external-app) section in the root README for step-by-step instructions.
108
+
105
109
  ## Licensing
106
110
 
107
111
  This project is licensed under the Apache 2.0 license. See the [LICENSE](LICENSE) file for more information.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "2.182.3",
3
+ "version": "2.183.0-alpha.0",
4
4
  "description": "React component library for Ping Identity's design system",
5
5
  "repository": {
6
6
  "type": "git",
@@ -30,7 +30,8 @@
30
30
  "start": " storybook dev -p 6006",
31
31
  "storybook": "npm start",
32
32
  "test": "jest",
33
- "test:watch": "jest watch"
33
+ "test:watch": "jest watch",
34
+ "publish:local": "npm i && npx nx build && cd ../../dist/astro && sh -c 'TAR=$(npm pack); printf \"%s\\n\" \"$PWD/$TAR\" | pbcopy; echo \"Packed: $PWD/$TAR\"'"
34
35
  },
35
36
  "dependencies": {
36
37
  "@babel/runtime": "7.16.3",