mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-21 16:55:25 +03:00
Shorter script name
This commit is contained in:
parent
04ccf8aca9
commit
10271665eb
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
"build": "vite build",
|
||||
"preview": "vite preview",
|
||||
"fetch-instances": "env $(cat .env.dev | grep -v \"#\" | xargs) node scripts/fetch-instances-list.js",
|
||||
"source-map-explorer": "npx source-map-explorer dist/assets/*.js"
|
||||
"sourcemap": "npx source-map-explorer dist/assets/*.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@github/text-expander-element": "~2.3.0",
|
||||
|
|
Loading…
Reference in a new issue