rhachet-roles-ehmpathy 1.15.6 → 1.15.7
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.
|
@@ -193,6 +193,14 @@
|
|
|
193
193
|
"Bash(THOROUGH=true npm run test:integration:*)",
|
|
194
194
|
"Bash(THOROUGH=true npm run test:acceptance:*)",
|
|
195
195
|
|
|
196
|
+
// resnap test operations
|
|
197
|
+
"Bash(RESNAP=true npm run test:unit:*)",
|
|
198
|
+
"Bash(RESNAP=true npm run test:integration:*)",
|
|
199
|
+
"Bash(RESNAP=true npm run test:acceptance:*)",
|
|
200
|
+
"Bash(RESNAP=true THOROUGH=true npm run test:unit:*)",
|
|
201
|
+
"Bash(RESNAP=true THOROUGH=true npm run test:integration:*)",
|
|
202
|
+
"Bash(RESNAP=true THOROUGH=true npm run test:acceptance:*)",
|
|
203
|
+
|
|
196
204
|
// fix operations
|
|
197
205
|
"Bash(npm run fix:*)",
|
|
198
206
|
"Bash(npm run fix:format:*)",
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "rhachet-roles-ehmpathy",
|
|
3
3
|
"author": "ehmpathy",
|
|
4
4
|
"description": "empathetic software construction roles and skills, via rhachet",
|
|
5
|
-
"version": "1.15.
|
|
5
|
+
"version": "1.15.7",
|
|
6
6
|
"repository": "ehmpathy/rhachet-roles-ehmpathy",
|
|
7
7
|
"homepage": "https://github.com/ehmpathy/rhachet-roles-ehmpathy",
|
|
8
8
|
"keywords": [
|