Skip to content

Commit

Permalink
fixup! Chore(ci): Build packages before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Nov 6, 2023
1 parent 968f9fd commit 690ba33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"examples:build:gh": "yarn examples:build --base=/spirit-design-system/",
"examples:preview": "vite preview",
"prebuild": "shx rm -rf dist && shx mkdir -p dist/scss && shx cp package.json README.md dist/ && shx cp -r src/scss dist/",
"build": "npm-run-all --serial css js",
"build": "npm-run-all --serial design-tokens:build css js",
"precss": "yarn css:lint",
"css": "yarn css:compile && yarn css:prefix && yarn css:minify",
"css:lint": "stylelint --config ../../.stylelintrc.js \"src/**/*.scss\" --cache --cache-location .cache/.stylelintcache",
Expand Down

0 comments on commit 690ba33

Please sign in to comment.