Skip to content

Commit

Permalink
build: fix build script command
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanDavlyatshin committed Mar 18, 2022
1 parent 07f27c0 commit 0a9bcc2
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 @@ -3,7 +3,7 @@
"version": "0.3.29",
"license": "Apache-2.0",
"scripts": {
"build": "NODE_ENV=production webpack",
"build": "set NODE_ENV=development&& webpack",
"start": "NODE_ENV=development webpack --watch",
"typecheck": "tsc --project tsconfig.json --noEmit --skipLibCheck",
"lint": "eslint . --ext .ts,.tsx",
Expand Down

0 comments on commit 0a9bcc2

Please sign in to comment.