Skip to content

Commit

Permalink
No warnigns
Browse files Browse the repository at this point in the history
  • Loading branch information
shoonia committed Apr 11, 2024
1 parent 13c9d53 commit fbea6e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build": "NODE_NO_WARNINGS=1 rollup -c",
"lint": "tsc --noEmit && eslint 'src/**/*.{js,ts,tsx}' && stylelint 'src/**/*.css'",
"lint:fix": "eslint 'src/**/*.{js,ts,tsx}' --fix && stylelint 'src/**/*.css' --fix",
"zip": "npm run build && node zip.js",
"zip": "npm run build && NODE_NO_WARNINGS=1 node zip.js",
"test": "NODE_NO_WARNINGS=1 node --experimental-loader ts-node/esm --test tests/**/*.spec.ts"
},
"dependencies": {
Expand Down

0 comments on commit fbea6e5

Please sign in to comment.