We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 47e58f9 + f38a409 commit 87a24f4Copy full SHA for 87a24f4
1 file changed
package.json
@@ -2,7 +2,8 @@
2
"name": "ada-ui",
3
"version": "5.6.0",
4
"scripts": {
5
- "dev": "concurrently -n scss,serve 'sass scss:css --watch' 'alive-server .'",
+ "dev": "concurrently -n scss,serve 'sass scss:css --watch --embed-source-map' 'alive-server .'",
6
+ "postdev": "git checkout css/*",
7
"build": "rm -rf css && sass scss:css -s compressed --no-source-map",
8
"changeset": "changeset",
9
"remove-snapshot": "f(){ if [ -z \"$1\" ]; then echo \"Error: No tag name specified, exiting.\"; exit 1; fi; npm dist-tag rm ada-ui $1; }; f",
0 commit comments