Skip to content

Commit

Permalink
Merge pull request #474 from criticalmanufacturing/development-FixSca…
Browse files Browse the repository at this point in the history
…ffoldingPckgJsonScriptToUse

fix: update package.json to use latest bundler
  • Loading branch information
cmf-moreira authored Feb 12, 2025
2 parents 81952b2 + b637d1f commit 10882c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test:cover": "npx nyc -r cobertura -r lcov -r text-summary mocha test/*.test.js test/**/*.test.js -- --timeout 10000 --exit -R mocha-multi-reporters --reporter-options configFile=mocha-multi-reporters-config.json",
"pretest": "npm run build",
"watch": "npm run build -- -w | npx mocha --timeout 10000 --exit --reporter min -w test/*.test.js test/**/*.test.js",
"packagePacker": "yo @criticalmanufacturing/iot:packagePacker -o ."
"packagePacker": "packageBundler -d -o=."
},
"keywords": [
"CMF",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test:cover": "npx nyc -r cobertura -r lcov -r text-summary mocha test/*.test.js test/**/*.test.js -- --timeout 10000 --exit -R mocha-multi-reporters --reporter-options configFile=mocha-multi-reporters-config.json",
"pretest": "npm run build",
"watch": "npm run build -- -w | npx mocha --timeout 10000 --exit --reporter min -w test/*.test.js test/**/*.test.js",
"packagePacker": "yo @criticalmanufacturing/iot:packagePacker -o ."
"packagePacker": "packageBundler -d -o=."
},
"keywords": [
"CMF",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"watch": "npm run build -- -w | npx mocha --timeout 10000 --exit --reporter min -w test/*.test.js test/**/*.test.js",
"generateTask": "cmf new iot task",
"generateConverter": "cmf new iot converter",
"packagePacker": "yo @criticalmanufacturing/iot:packagePacker -o ."
"packagePacker": "packageBundler -d -o=."
},
"keywords": [
"CMF",
Expand Down

0 comments on commit 10882c5

Please sign in to comment.