Skip to content

Commit

Permalink
chore: update package reference
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoa committed Jan 3, 2024
1 parent ad48737 commit 94b4d0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@edx/frontend-build",
"version": "1.0.0-semantically-released",
"name": "@edunext/frontend-build",
"version": "12.4.15-alpha.1",
"description": "Build tools, setup and config for frontend apps",
"publishConfig": {
"access": "public"
Expand All @@ -15,7 +15,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/openedx/frontend-build.git"
"url": "git+https://github.com/edunext/frontend-build.git"
},
"keywords": [],
"author": "edX",
Expand Down
2 changes: 1 addition & 1 deletion smoke-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e
node ./bin/fedx-scripts jest --coverage plugins
cd example
npm install
npm install -f
npm run lint
npm run test
npm run build
Expand Down

0 comments on commit 94b4d0f

Please sign in to comment.