@genesislcap/foundation-cli 14.235.0-test.1 → 14.236.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.
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"build:rollup": "genx build -b rollup",
|
|
20
20
|
"build:rollup:stats": "genx analyze -b rollup",
|
|
21
21
|
"build-storybook": "genx clean storybook-static && storybook build",
|
|
22
|
-
"clean": "rimraf dist tsconfig.tsbuildinfo",
|
|
22
|
+
"clean": "rimraf dist temp tsconfig.tsbuildinfo",
|
|
23
23
|
"dev": "npm run dev:tsc",
|
|
24
24
|
"dev:rollup": "genx dev -b rollup",
|
|
25
25
|
"dev:tsc": "genx dev -b ts",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-cli",
|
|
3
3
|
"description": "Genesis Foundation CLI",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.236.0",
|
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
},
|
|
11
11
|
"scripts": {
|
|
12
12
|
"build": "npm run clean && npm run copy:templates && tsc -b ./tsconfig.json",
|
|
13
|
-
"clean": "rimraf dist tsconfig.tsbuildinfo",
|
|
13
|
+
"clean": "rimraf dist temp tsconfig.tsbuildinfo",
|
|
14
14
|
"dev": "npm run copy:templates && tsc -b ./tsconfig.json -w",
|
|
15
15
|
"postinstall": "node ./scripts/postinstall",
|
|
16
16
|
"copy:templates": "node ./scripts/copy",
|
|
@@ -66,5 +66,5 @@
|
|
|
66
66
|
"publishConfig": {
|
|
67
67
|
"access": "public"
|
|
68
68
|
},
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "5ae20a202835fc0b53c9f34ba17cd692ba27880a"
|
|
70
70
|
}
|