Skip to content

Commit

Permalink
Adjust target for build
Browse files Browse the repository at this point in the history
  • Loading branch information
squix78 committed Jun 23, 2024
1 parent eb5609c commit 7a91482
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 0 additions & 3 deletions buildDate.json

This file was deleted.

2 changes: 1 addition & 1 deletion createBuildDate.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const { writeFileSync } = require('fs')
const { join } = require('path')

const TIME_STAMP_PATH = join(__dirname, 'dist/esp-app-market/buildDate.json');
const TIME_STAMP_PATH = join(__dirname, 'src/assets/buildDate.json');

const createBuildDate = {
year: new Date()
Expand Down
3 changes: 3 additions & 0 deletions src/assets/buildDate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"year": "test"
}

0 comments on commit 7a91482

Please sign in to comment.