We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a61236 commit f27745dCopy full SHA for f27745d
scripts/updateInjectVersionSemver.js
@@ -1,4 +1,8 @@
1
/* eslint-disable */
2
+/**
3
+ * This script updates the file __DOCS__/resources/injectVersionSemver.js.
4
+ * It needs to run on every docs generation so that we have an updated pacakge version in docs.
5
+ */
6
const fs = require('fs');
7
const pkg = require('../package.json');
8
0 commit comments