Skip to content

Commit

Permalink
remove concurrently
Browse files Browse the repository at this point in the history
  • Loading branch information
mck committed Dec 30, 2024
1 parent 8434d0a commit 0eada6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nodes-previews/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"scripts": {
"build": "tspc -p tsconfig.prod.json && postcss \"src/**/*.css\" --base src --dir dist",
"dev": "concurrently \"tspc -p tsconfig.prod.json --watch\" \"postcss 'src/**/*.css' --base src --dir dist --watch\"",
"dev": "tspc -p tsconfig.prod.json --watch",
"docs": "typedoc",
"format": "npm run format:eslint && npm run format:prettier",
"format:eslint": "eslint . --fix",
Expand Down

0 comments on commit 0eada6b

Please sign in to comment.