Skip to content

Commit

Permalink
No warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
shoonia committed Apr 5, 2024
1 parent 2e8a126 commit c2bec89
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@
"type": "module",
"packageManager": "^[email protected]",
"scripts": {
"start": "webpack serve --env NODE_ENV=development",
"build": "webpack build --env NODE_ENV=production",
"analyze": "webpack build --analyze --env NODE_ENV=production",
"start": "NODE_NO_WARNINGS=1 webpack serve --env NODE_ENV=development",
"build": "NODE_NO_WARNINGS=1 webpack build --env NODE_ENV=production",
"lint": "eslint 'src/**/*.{ts,tsx}' && stylelint 'src/**/*.css'",
"test": "node --experimental-specifier-resolution=node --experimental-loader ts-node/esm --test src/**/*.spec.ts",
"test": "NODE_NO_WARNINGS=1 node --experimental-specifier-resolution=node --experimental-loader ts-node/esm --test src/**/*.spec.ts",
"serve": "python3 -m http.server -d dist"
},
"dependencies": {
Expand Down

0 comments on commit c2bec89

Please sign in to comment.