Skip to content
This repository was archived by the owner on Jan 18, 2024. It is now read-only.

Commit 9b57033

Browse files
committed
updated package.json
1 parent 704ea41 commit 9b57033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"launch": "npm run link:sandbox && cd sandbox && ng add @briebug/cypress-schematic --remove-protractor",
1919
"link:sandbox": "npm link && cd sandbox && npm link @briebug/cypress-schematic",
2020
"unlink:sandbox": "cd sandbox && npm unlink @briebug/cypress-schematic && cd .. && npm unlink",
21-
"publish": "npm run build && np",
21+
"release": "npm run build && np",
2222
"test": "npm run build:clean:launch && npm run test:sandbox && npm run clean",
2323
"test:sandbox": "cd sandbox && npm run lint && npm run test && npm run build",
2424
"test:unit": "jasmine src/**/*_spec.js",

0 commit comments

Comments
 (0)