@adaptivestone/framework 5.0.0-beta.14 → 5.0.0-beta.15

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/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ### 5.0.0-beta.15
2
+
3
+ [FIX] fix missing folder migrations in dist folder (hope that will be finally)
4
+
1
5
  ### 5.0.0-beta.14
2
6
 
3
7
  [FIX] fix missing folder migrations in dist folder
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adaptivestone/framework",
3
- "version": "5.0.0-beta.14",
3
+ "version": "5.0.0-beta.15",
4
4
  "description": "Adaptive stone node js framework",
5
5
  "type": "module",
6
6
  "engines": {
@@ -17,7 +17,7 @@
17
17
  "homepage": "https://framework.adaptivestone.com/",
18
18
  "scripts": {
19
19
  "build": "rm -rf dist && tsc",
20
- "postbuild": "mkdir ./dist/migrations",
20
+ "postbuild": "cp -R ./src/migrations ./dist/migrations",
21
21
  "check:types": "tsc --noEmit",
22
22
  "dev": "node --watch ./src/index.ts",
23
23
  "prod": "node --watch ./src/cluster.ts",