Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
olemp committed Nov 29, 2022
1 parent d039857 commit e141744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SharePointFramework/ProjectExtensions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"scripts": {
"watch": "concurrently \"npm run serve\" \"livereload './dist/*.js' -e 'js' -w 250\"",
"preserve": "node ../.tasks/createServeConfig.js && node ../.tasks/setBundleConfig.js",
"serve": "concurrently \"gulp serve-deprecated --locale=nb-no\" \"node ../.tasks/setBundleConfig.js --revert\"",
"serve": "concurrently \"gulp serve-deprecated --locale=nb-no --nobrowser\" \"node ../.tasks/setBundleConfig.js --revert\"",
"package": "gulp clean && gulp default --ship && gulp package-solution --ship",
"package:debug": "gulp clean && gulp default && gulp package-solution",
"build": "tsc --build",
Expand Down

0 comments on commit e141744

Please sign in to comment.