Build both Sass files at once

This commit is contained in:
Evan Hahn 2022-02-11 13:33:06 -06:00 committed by GitHub
parent 028b4a4ce8
commit 8c85a9d37f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,9 +22,7 @@
"get-strings": "node ts/scripts/get-strings.js",
"get-expire-time": "node ts/scripts/get-expire-time.js",
"copy-and-concat": "node ts/scripts/copy-and-concat.js",
"sass": "npm-run-all sass-manifest sass-manifest-bridge",
"sass-manifest": "sass stylesheets/manifest.scss stylesheets/manifest.css",
"sass-manifest-bridge": "sass stylesheets/manifest_bridge.scss stylesheets/manifest_bridge.css",
"sass": "sass stylesheets/manifest.scss:stylesheets/manifest.css stylesheets/manifest_bridge.scss:stylesheets/manifest_bridge.css",
"build-module-protobuf": "pbjs --target static-module --no-verify --no-create --wrap commonjs --out ts/protobuf/compiled.js protos/*.proto && pbts --out ts/protobuf/compiled.d.ts ts/protobuf/compiled.js",
"clean-module-protobuf": "rm -f ts/protobuf/compiled.d.ts ts/protobuf/compiled.js",
"build-protobuf": "yarn build-module-protobuf",
@ -54,8 +52,7 @@
"dev:webpack": "cross-env NODE_ENV=development webpack serve --mode development",
"dev:typed-scss": "yarn build:typed-scss -w",
"dev:storybook": "cross-env SIGNAL_ENV=storybook start-storybook -p 6006 -s ./",
"dev:sass": "npm run sass-manifest -- --watch",
"dev:sass-bridge": "npm run sass-manifest-bridge -- --watch",
"dev:sass": "yarn sass --watch",
"storybook:axe": "build-storybook && axe-storybook",
"build": "run-s --print-label generate build:typed-scss build:webpack build:release build:zip",
"build:acknowledgments": "node scripts/generate-acknowledgments.js",