Skip to content

Commit

Permalink
add publish access
Browse files Browse the repository at this point in the history
  • Loading branch information
duranb committed Oct 21, 2024
1 parent ef9544a commit 2372c99
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
],
"license": "MIT",
"name": "@nasa-jpl/stellar",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "npm run build:css && node scripts/build.js",
"build:css": "rm -rf dist/css && sass src/scss:dist/css",
Expand Down
3 changes: 3 additions & 0 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "npm run build:icons && npm run build:lib",
"build:icons": "svgr -d ./src/components/Icons/ ../css/dist/icons/ && prettier ./src/components/Icons --write",
Expand Down
3 changes: 3 additions & 0 deletions packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@
"peerDependencies": {
"svelte": "^4.0.0"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "vite build && npm run package && npm run build:css",
"build:css": "tailwind build src/index.css -o dist/index.css",
Expand Down

0 comments on commit 2372c99

Please sign in to comment.