File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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\" " ,
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"
You can’t perform that action at this time.
0 commit comments