Skip to content

Commit 3ab7188

Browse files
refactor: try to make a Netlify deployment ; naive approach
1 parent 241bd51 commit 3ab7188

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"release-zip-examples": "node build/zip-examples.mjs",
9191
"dist": "npm-run-all --aggregate-output --parallel css js",
9292
"test": "npm-run-all lint dist js-test docs-build docs-lint",
93-
"netlify": "cross-env-shell HUGO_BASEURL=$DEPLOY_PRIME_URL npm-run-all dist release-sri docs-build",
93+
"netlify": "npm-run-all dist release-sri astro-build",
9494
"watch": "npm-run-all --parallel watch-*",
9595
"watch-css-main": "nodemon --watch scss/ --ext scss --exec \"npm-run-all css-lint css-compile css-prefix\"",
9696
"watch-css-dist": "nodemon --watch dist/css/ --ext css --ignore \"dist/css/*.rtl.*\" --exec \"npm run css-rtl\"",
@@ -101,8 +101,7 @@
101101
"astro-dev": "astro dev --root site-new",
102102
"astro-build": "astro build --root site-new",
103103
"astro-preview": "astro preview --root site-new",
104-
"astro-lint": "prettier --config site-new/.prettierrc.json -c --cache site-new && astro check --root site-new && tsc -p site-new --noEmit",
105-
"astro-netlify": "npm-run-all dist release-sri astro-build"
104+
"astro-lint": "prettier --config site-new/.prettierrc.json -c --cache site-new && astro check --root site-new && tsc -p site-new --noEmit"
106105
},
107106
"peerDependencies": {
108107
"@popperjs/core": "^2.11.8"

0 commit comments

Comments
 (0)