Skip to content

Commit fdd950e

Browse files
Rename artifacts_tagging.json to artifacts.json
1 parent 94d139b commit fdd950e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

scripts/artifact_tagging.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!env node
22
"use strict";
33

4-
const CONFIG = require('./artifact_tagging.json');
5-
const COMMIT_ARTIFACTS = CONFIG.COMMIT_ARTIFACTS;
4+
const CONFIG = require('./artifacts.json');
5+
const COMMIT_ARTIFACTS = CONFIG.ARTIFACTS;
66

77
let shx = require('shelljs');
88
let readlineSync = require('readline-sync');

scripts/artifact_tagging.json renamed to scripts/artifacts.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"COMMIT_ARTIFACTS": [
2+
"ARTIFACTS": [
33
"lib",
44
"lib-esm",
55
"release",

0 commit comments

Comments
 (0)