@onereach/idw-init-account-resources 0.12.0 → 0.12.1

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.
@@ -1,5 +1,5 @@
1
1
   WARN  Issue while reading "/builds/onereach/platform/idw/idw-template/.npmrc". Failed to replace env in config: ${OR_NPM_TOKEN}
2
2
 
3
- > @onereach/idw-init-account-resources@0.11.25 build /builds/onereach/platform/idw/idw-template/packages/init/idw-init-account-resources
4
- > rimraf dist && tsc -b
3
+ > @onereach/idw-init-account-resources@0.12.0 build /builds/onereach/platform/idw/idw-template/packages/init/idw-init-account-resources
4
+ > rimraf dist && tsc -b && mkdir dist/assets/skills/documentation && cp -r src/assets/skills/documentation/* dist/assets/skills/documentation
5
5
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @onereach/idw-init-account-resources
2
2
 
3
+ ## 0.12.1
4
+
5
+ ### Patch Changes
6
+
7
+ - ffdf1e5: fix inititalizer build
8
+
3
9
  ## 0.12.0
4
10
 
5
11
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/idw-init-account-resources",
3
- "version": "0.12.0",
3
+ "version": "0.12.1",
4
4
  "description": "Creation of required resources in OneReach account to enable IDW",
5
5
  "license": "UNLICENSED",
6
6
  "contributors": [
@@ -35,7 +35,7 @@
35
35
  "access": "public"
36
36
  },
37
37
  "scripts": {
38
- "build": "rimraf dist && tsc -b",
38
+ "build": "rimraf dist && tsc -b && mkdir dist/assets/skills/documentation && cp -r src/assets/skills/documentation/* dist/assets/skills/documentation",
39
39
  "build:watch": "rimraf dist && tsc -b --watch",
40
40
  "dev": "pnpm build:watch",
41
41
  "local": "source ./scripts/or_login.sh && npx ts-node src/local.ts",