Skip to content

Commit

Permalink
Npm (#311)
Browse files Browse the repository at this point in the history
* use npm instead of yarn

* remove obsolete code and files

* core: switch all packages to  npm and remove any files belong to yarn

* juno-ui-components: upgrade to 6.5.15

* use local workspaces

* ci: build-libs before building the asset

* ci: fix bug in build-libs script, use --if-present flag in dockerfile

* assets-aoverview: upgrade luxon
  • Loading branch information
andypf authored Apr 3, 2023
1 parent 808d360 commit 15e11e0
Show file tree
Hide file tree
Showing 40 changed files with 38,705 additions and 164,557 deletions.
3 changes: 3 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
ci
.npm/cache
node_modules
build
14 changes: 2 additions & 12 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,8 @@
# dependencies
node_modules

# YARN We're not using Zero-Installs
.yarn/*
!.yarn/patches
!.yarn/releases
!.yarn/plugins
!.yarn/sdks
!.yarn/versions

scripts/test_data
.npm/*
/test_data
scripts/im.json
scripts/manifest.json
scripts/importmap.json
Expand All @@ -23,7 +16,6 @@ scripts/importmap.json
build
/build
/ci/pipeline.yaml
# yarn.lock

scripts/test_data

Expand All @@ -38,8 +30,6 @@ secretProps.json
secretProps.js

npm-debug.log*
yarn-debug.log*
yarn-error.log*

/e2e/cypress/videos
/e2e/cypress/screenshots
8 changes: 8 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
src
test
.babelrc
.gitignore
.npm
postcss.config.js
rollup*
setupTests
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
legacy-peer-deps=true
Loading

0 comments on commit 15e11e0

Please sign in to comment.