Skip to content

Commit e1848b1

Browse files
committed
fix typo in production script declaration
1 parent 91c0f58 commit e1848b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"scripts": {
55
"meteor:dev": "meteor --settings settings-development.json",
6-
"meteor:prod": "meteor --setings settings-production.json",
6+
"meteor:prod": "meteor --settings settings-production.json",
77
"test:full-app": "meteor test --full-app --driver-package=practicalmeteor:mocha --settings=settings-development.json --port 3100"
88
},
99
"dependencies": {

0 commit comments

Comments
 (0)