Skip to content

Commit

Permalink
Removes the respective build scripts in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
keeramis committed Jan 29, 2024
1 parent 770f696 commit 4749395
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,11 @@
"lint": "eslint . --ext .js --ignore-path .gitignore",
"lint:fix": "npm run lint -- --fix",
"coverage": "nyc --include='src/**/*.js' --temp-dir=./tmp/ --check-coverage npm run test:silent",
"build": "npm run build:proto && npm run build:web",
"build:proto": "mkdirp lib && pbjs proto/control/*.proto proto/cloud/*.proto -t static-module -o lib/pb-message.js --no-beautify --no-comments --no-delimited --no-convert --no-verify",
"build": "npm run build:web",
"build:web": "webpack-cli",
"docs": "documentation build src/** -g -f md -o docs/reference.md",
"clean": "rm -rf ./dist ./lib",
"reinstall": "npm run clean && rm -rf ./node_modules && npm i"
"reinstall": "npm run clean && rm -rf ./node_modules && rm -rf proto/ && npm i"
},
"dependencies": {
"@particle/device-os-protobuf": "^2.4.2",
Expand Down

0 comments on commit 4749395

Please sign in to comment.