Skip to content

Commit

Permalink
Fast-fix build problem, no JS builds yet
Browse files Browse the repository at this point in the history
  • Loading branch information
tsdicloud authored Sep 8, 2023
1 parent edf1627 commit 11041ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
"stylelint": "^15.10.3"
},
"scripts": {
"build": "npm run build:webpack",
//"build": "npm run build:webpack",
"lint": "eslint js",
"lint:fix": "eslint js --fix",
"build:webpack": "webpack --node-env development --progress",
"build:watch": "webpack --node-env development --progress --watch",
//"build:webpack": "webpack --node-env development --progress",
//"build:watch": "webpack --node-env development --progress --watch",
"stylelint": "stylelint css",
"stylelint:fix": "stylelint css --fix",
"test": "jest --verbose",
Expand Down

0 comments on commit 11041ad

Please sign in to comment.