We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28aa6c8 commit 01810e9Copy full SHA for 01810e9
package.json
@@ -33,7 +33,9 @@
33
"test": "npm run test-jasmine && npm test-image",
34
"start-test_dashboard": "node devtools/test_dashboard/server.js",
35
"start-image_viewer": "node devtools/image_viewer/server.js",
36
- "baseline": "./tasks/baseline.sh"
+ "baseline": "./tasks/baseline.sh",
37
+ "version": "npm run build && git add -A dist",
38
+ "postversion": "git push && git push --tags"
39
},
40
"dependencies": {
41
"3d-view": "^2.0.0",
0 commit comments