Skip to content

Commit

Permalink
Merge pull request #488 from openedx/feanil/scope-move
Browse files Browse the repository at this point in the history
feanil/scope move
  • Loading branch information
Feanil Patel authored Dec 15, 2023
2 parents 676fc8f + ca40183 commit d6868bc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 16 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Nodejs Env
run: echo "NODE_VER=`cat .nvmrc`" >> $GITHUB_ENV
- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VER }}
node-version-file: '.nvmrc'
- name: Install dependencies
run: npm ci
- name: Lint
Expand All @@ -32,5 +30,5 @@ jobs:
with:
semantic_version: 16
env:
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.SEMANTIC_RELEASE_NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.OPENEDX_SEMANTIC_RELEASE_GITHUB_TOKEN}}
NPM_TOKEN: ${{ secrets.OPENEDX_SEMANTIC_RELEASE_NPM_TOKEN }}
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
# frontend-build

## Warning: Package Moved

While the Paragon design system will continue to receive updates, these updates
will no longer be published at the @edx/frontend-build NPM package. Instead, the
latest versions can be found with
[@openedx/frontend-build](https://www.npmjs.com/package/@openedx/frontend-build) instead.


[![Build
Status](https://api.travis-ci.com/edx/frontend-build.svg?branch=master)](https://travis-ci.com/edx/frontend-build)
![npm\_version](https://img.shields.io/npm/v/@edx/frontend-build.svg)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@edx/frontend-build",
"name": "@openedx/frontend-build",
"version": "1.0.0-semantically-released",
"description": "Build tools, setup and config for frontend apps",
"publishConfig": {
Expand All @@ -18,7 +18,7 @@
"url": "git+https://github.com/openedx/frontend-build.git"
},
"keywords": [],
"author": "edX",
"author": "Open edX Community",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/openedx/frontend-build/issues"
Expand Down

0 comments on commit d6868bc

Please sign in to comment.