Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Clutch
Commits
9d2c1e04
Unverified
Commit
9d2c1e04
authored
4 years ago
by
Derek
Committed by
GitHub
4 years ago
Browse files
Options
Download
Email Patches
Plain Diff
tools: update workflow frontend scaffolding (#1344)
parent
aead0a90
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/scaffolding/templates/frontend/package.json
+5
-2
tools/scaffolding/templates/frontend/package.json
with
5 additions
and
2 deletions
+5
-2
tools/scaffolding/templates/frontend/package.json
+
5
-
2
View file @
9d2c1e04
...
...
@@ -9,8 +9,8 @@
"scripts"
:
{
"clean"
:
"rm -rf ./dist && rm -f tsconfig.tsbuildinfo"
,
"compile"
:
"tsc -b"
,
"compile:dev"
:
"
tsc
--source
M
ap"
,
"compile:watch"
:
"
BABEL_ENV=build babel src --out-dir dist --source-maps --extensions .js,.jsx,.ts,.tsx --ignore **/tests
--watch"
,
"compile:dev"
:
"
esbuild --target=es2019 --outdir=dist
--source
m
ap
src/*.tsx
"
,
"compile:watch"
:
"
yarn compile:dev
--watch"
,
"lint"
:
"eslint --ext .js,.jsx,.ts,.tsx ."
,
"lint:fix"
:
"yarn run lint --fix"
,
"test"
:
"jest --passWithNoTests"
,
...
...
@@ -24,5 +24,8 @@
},
"devDependencies"
:
{
"@clutch-sh/tools"
:
"^1.0.0-beta"
},
"engines"
:
{
"node"
:
">=14.0.0"
}
}
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help