We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0088b1 commit 3b98513Copy full SHA for 3b98513
package.json
@@ -36,7 +36,7 @@
36
"start-test_dashboard": "node devtools/test_dashboard/server.js",
37
"start-image_viewer": "node devtools/image_viewer/server.js",
38
"baseline": "./tasks/baseline.sh",
39
- "version": "npm run build && git add -A dist",
+ "version": "npm run build && git add -A dist src",
40
"postversion": "git push && git push --tags"
41
},
42
"dependencies": {
0 commit comments