Skip to content

Commit

Permalink
Reorder build script
Browse files Browse the repository at this point in the history
  • Loading branch information
tillywoodfield committed May 7, 2024
1 parent 6f3ff65 commit 278e504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"scripts": {
"start": "storybook dev -p 6006",
"build": "sass src/scss:dist/css --pkg-importer=node --no-source-map --style=expanded",
"build": "sass --pkg-importer=node --no-source-map --style=expanded src/scss:dist/css ",
"build:storybook": "storybook build",
"lint": "npm run lint:eslint && npm run lint:prettier",
"lint:eslint": "eslint",
Expand Down

0 comments on commit 278e504

Please sign in to comment.