Skip to content

Commit 72b3951

Browse files
committed
build: run postcss in verbose mode
1 parent b2e3075 commit 72b3951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
yarn run postcss --ext=css -m --dir=./priv/static/assets ./assets/css
1+
node_modules/.bin/postcss --verbose --ext=css -m --dir=./priv/static/assets ./assets/css
22
cd assets
33
node build.ts
44
cd ../

0 commit comments

Comments
 (0)