Skip to content

Commit 1c2b2f9

Browse files
committed
feat: pwa test npm script
1 parent 9a67e35 commit 1c2b2f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"start": "ng serve",
1414
"build": "ng build",
1515
"watch": "ng build --watch --configuration development",
16+
"pwa": "npx http-server ./dist/rss-angular/browser",
1617
"test": "ng test"
1718
},
1819
"dependencies": {
@@ -43,4 +44,4 @@
4344
"karma-jasmine-html-reporter": "~2.1.0",
4445
"typescript": "~5.8.2"
4546
}
46-
}
47+
}

0 commit comments

Comments
 (0)