Skip to content

Commit

Permalink
fix: test separating build calls
Browse files Browse the repository at this point in the history
  • Loading branch information
awesthouse committed Mar 14, 2024
1 parent d2dc4a2 commit c147133
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/dm-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
"types": "dist/index.d.ts",
"scripts": {
"prebuild": "shx rm -rf dist",
"build": "tsc && npx tailwindcss -i ./src/styles/base.css -o ./dist/main.css --minify",
"build:css": "npx tailwindcss -i ./src/styles/base.css -o ./dist/main.css",
"build": "tsc && yarn build:css",
"test": "jest test"
}
}

0 comments on commit c147133

Please sign in to comment.