You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Values from this file would be automatically used by many `npm` commands.
@@ -215,6 +218,7 @@ To be able to change and test `taas-es-processor` locally you can follow the nex
215
218
|`npm run services:up`| Start services via docker-compose forlocal development. |
216
219
|`npm run services:down`| Stop services via docker-compose forlocal development. |
217
220
|`npm run services:logs -- -f <service_name>`| View logs of some service inside docker-compose. |
221
+
|`npm run services:rebuild -- -f <service_name>`| Rebuild service container ignoring cache (useful when pushed something to the Git repository of service) |
218
222
|`npm run local:init`| Recreate Database and Elasticsearch indexes and populate demo data forlocal development (removes any existent data). |
219
223
|`npm run local:reset`| Recreate Database and Elasticsearch indexes (removes any existent data). |
220
224
|`npm run cov`| Code Coverage Report. |
@@ -337,6 +341,6 @@ When we add, update or delete models and/or endpoints we have to make sure that
337
341
- Test, that when we migrate DB from the previous state using `npm run migrate`, we get exactly the same DB schema as if we create DB from scratch using command `npm run init-db force`.
338
342
339
343
## EMSI mapping
340
-
mapping EMSI tags to topcoder skills
341
-
Run `npm run emsi-mapping` to create the mapping file
344
+
mapping EMSI tags to topcoder skills
345
+
Run `npm run emsi-mapping` to create the mapping file
342
346
It will take about 15 minutes to create the mapping file `script/emsi-mapping/emsi-skils-mapping.js`
0 commit comments