We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94d139b commit fdd950eCopy full SHA for fdd950e
scripts/artifact_tagging.js
@@ -1,8 +1,8 @@
1
#!env node
2
"use strict";
3
4
-const CONFIG = require('./artifact_tagging.json');
5
-const COMMIT_ARTIFACTS = CONFIG.COMMIT_ARTIFACTS;
+const CONFIG = require('./artifacts.json');
+const COMMIT_ARTIFACTS = CONFIG.ARTIFACTS;
6
7
let shx = require('shelljs');
8
let readlineSync = require('readline-sync');
scripts/artifact_tagging.json renamed to scripts/artifacts.json
@@ -1,5 +1,5 @@
{
- "COMMIT_ARTIFACTS": [
+ "ARTIFACTS": [
"lib",
"lib-esm",
"release",
0 commit comments