File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " electron-react-typescript-webpack-boilerplate" ,
3
3
"version" : " 4.1.2" ,
4
4
"description" : " Pre-configured boilerplate for Electron + React + TypeScript" ,
5
- "type" : " module" ,
6
5
"main" : " ./dist/main.bundle.js" ,
7
6
"scripts" : {
8
7
"start" : " electron ./dist/main.bundle.js" ,
9
8
"dev" : " rimraf dist && cross-env NODE_ENV=development webpack --watch --progress --color" ,
10
9
"prod" : " rimraf dist && cross-env NODE_ENV=production webpack --progress --color" ,
11
- "test" : " jest --clearCache && cross-env NODE_ENV=test NODE_OPTIONS=--experimental-vm-modules jest" ,
10
+ "test" : " cross-env NODE_ENV=test NODE_OPTIONS=--experimental-vm-modules NODE_NO_WARNINGS=1 jest" ,
12
11
"watch-test" : " npm run test -- --watchAll" ,
13
12
"next-rc" : " npm --no-git-tag-version version prerelease --preid=rc" ,
14
13
"next-patch" : " npm --no-git-tag-version version patch" ,
You can’t perform that action at this time.
0 commit comments