solid-panes icon indicating copy to clipboard operation
solid-panes copied to clipboard

package.json fix?

Open chunt007 opened this issue 2 years ago • 0 comments

On Windows 10 in VSCode, solid-panes will not start and will give you a ./ error, unless you revise the following from

"./timestamp.sh > src/versionInfo.ts && eslint 'src/versionInfo.ts'

to

"build-version": "eslint --fix",

chunt007 avatar Jan 13 '24 19:01 chunt007