Skip to content

Rename to src folder #87

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

defaults:
run:
working-directory: sdk/feature-management
working-directory: src/feature-management

steps:
- uses: actions/checkout@v3
Expand All @@ -31,40 +31,40 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache-dependency-path: sdk/feature-management/package-lock.json
cache-dependency-path: src/feature-management/package-lock.json

- name: Install dependencies
run: npm ci
working-directory: sdk/feature-management
working-directory: src/feature-management

- name: Run lint check for feature-management
run: npm run lint
working-directory: sdk/feature-management
working-directory: src/feature-management

- name: Build feature-management
run: npm run build
working-directory: sdk/feature-management
working-directory: src/feature-management

- name: Run tests
run: npm run test
working-directory: sdk/feature-management
working-directory: src/feature-management

- name: Run browser tests
run: npm run test-browser
working-directory: sdk/feature-management
working-directory: src/feature-management

- name: Build feature-management-applicationinsights-browser
run: npm run build
working-directory: sdk/feature-management-applicationinsights-browser
working-directory: src/feature-management-applicationinsights-browser

- name: Run lint check for feature-management-applicationinsights-browser
run: npm run lint
working-directory: sdk/feature-management-applicationinsights-browser
working-directory: src/feature-management-applicationinsights-browser

- name: Build feature-management-applicationinsights-node
run: npm run build
working-directory: sdk/feature-management-applicationinsights-node
working-directory: src/feature-management-applicationinsights-node

- name: Run lint check for feature-management-applicationinsights-node
run: npm run lint
working-directory: sdk/feature-management-applicationinsights-node
working-directory: src/feature-management-applicationinsights-node
8 changes: 4 additions & 4 deletions scripts/build-and-pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ set -e
SCRIPT_DIR=$(dirname $(readlink -f $0))
PROJECT_BASE_DIR=$(dirname $SCRIPT_DIR)
NPMRC_FILE="$PROJECT_BASE_DIR/.npmrc"
SDK_DIR="$PROJECT_BASE_DIR/sdk"
SRC_DIR="$PROJECT_BASE_DIR/src"

PACKAGE="feature-management"
PACKAGE_DIR="$SDK_DIR/$PACKAGE"
PACKAGE_DIR="$SRC_DIR/$PACKAGE"

if [ -f "$NPMRC_FILE" ]; then
echo "Copy .npmrc file to $PACKAGE_DIR"
Expand All @@ -35,7 +35,7 @@ echo "copy $PACKAGE package to $PROJECT_BASE_DIR"
cp "$PACKAGE_DIR"/*.tgz "$PROJECT_BASE_DIR"

PACKAGE="feature-management-applicationinsights-browser"
PACKAGE_DIR="$SDK_DIR/$PACKAGE"
PACKAGE_DIR="$SRC_DIR/$PACKAGE"

if [ -f "$NPMRC_FILE" ]; then
echo "Copy .npmrc file to $PACKAGE_DIR"
Expand All @@ -55,7 +55,7 @@ echo "copy $PACKAGE package to $PROJECT_BASE_DIR"
cp "$PACKAGE_DIR"/*.tgz "$PROJECT_BASE_DIR"

PACKAGE="feature-management-applicationinsights-node"
PACKAGE_DIR="$SDK_DIR/$PACKAGE"
PACKAGE_DIR="$SRC_DIR/$PACKAGE"

if [ -f "$NPMRC_FILE" ]; then
echo "Copy .npmrc file to $PACKAGE_DIR"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy