refactor(project): Renamed all instances of dafa to msfa or mina-sidor-fa. (TV-379)
Squashed commit of the following: commit d3f52ff6876f6e246c7d3c188e56cc2370289341 Author: Erik Tiekstra <erik.tiekstra@arbetsformedlingen.se> Date: Tue Aug 17 14:10:38 2021 +0200 Renamed all dafa instances to msfa
This commit is contained in:
16
package.json
16
package.json
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"name": "dafa-web-monorepo",
|
||||
"name": "mina-sidor-fa-web-monorepo",
|
||||
"version": "1.1.0",
|
||||
"license": "MIT",
|
||||
"repository": "https://bitbucket.arbetsformedlingen.se/projects/TEA/repos/dafa-web-monorepo",
|
||||
"repository": "https://bitbucket.arbetsformedlingen.se/projects/TEA/repos/mina-sidor-fa-web-monorepo",
|
||||
"engines": {
|
||||
"node": "15"
|
||||
},
|
||||
@@ -10,15 +10,15 @@
|
||||
"ng": "nx",
|
||||
"postinstall": "node ./decorate-angular-cli.js && ngcc --properties es2015 browser module main",
|
||||
"nx": "nx",
|
||||
"start": "ng serve dafa-web",
|
||||
"start:api": "ng serve dafa-web --configuration api",
|
||||
"build": "ng build dafa-web",
|
||||
"build:api": "ng build dafa-web --configuration api",
|
||||
"test": "ng test dafa-web",
|
||||
"start": "ng serve mina-sidor-fa",
|
||||
"start:api": "ng serve mina-sidor-fa --configuration api",
|
||||
"build": "ng build mina-sidor-fa",
|
||||
"build:api": "ng build mina-sidor-fa --configuration api",
|
||||
"test": "ng test mina-sidor-fa",
|
||||
"release": "bash ./tools/release.sh",
|
||||
"release:dry": "bash ./tools/release.sh dry",
|
||||
"lint": "nx workspace-lint && ng lint",
|
||||
"e2e": "ng e2e dafa-web",
|
||||
"e2e": "ng e2e mina-sidor-fa",
|
||||
"affected:apps": "nx affected:apps",
|
||||
"affected:libs": "nx affected:libs",
|
||||
"affected:build": "nx affected:build",
|
||||
|
||||
Reference in New Issue
Block a user